Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Private Sub Clear Implements IList.Clear
'Usage
Dim instance As ResultSetView
CType(instance, IList).Clear()
void IList.Clear()
private:
virtual void Clear() sealed = IList::Clear
private abstract Clear : unit -> unit
private override Clear : unit -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.