Removes all items from the ICollection<(Of <(<'T>)>)>.
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
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()()()()
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | The ICollection<(Of <(<'T>)>)> is read-only. |