Removes all items from the ICollection<(Of <(<'T>)>)>.
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public void Clear() |
Visual Basic |
---|
Public Sub Clear |
Implements
ICollection<(Of <(<'T>)>)>..::..Clear()()()()IDictionary..::..Clear()()()()
Exceptions
Exception | Condition |
---|---|
System..::..NotSupportedException | The ICollection<(Of <(<'T>)>)> is read-only. |