Removes all items from the ICollection<(Of <(<'T>)>)>.
Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public void Clear() |
| Visual Basic |
|---|
Public Sub Clear |
| Visual C++ |
|---|
public: virtual void Clear() sealed |
| F# |
|---|
abstract Clear : unit -> unit override Clear : unit -> unit |
Implements
ICollection<(Of <(<'T>)>)>..::..Clear()()()()IList..::..Clear()()()()
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | The ICollection<(Of <(<'T>)>)> is read-only. |