Removes all elements from the IStringStringList.
Namespace: CodeSmith.CustomPropertiesAssembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
void Clear() |
Visual Basic |
---|
Sub Clear |
Remarks
Please refer to Clear()()()() for details.
Exceptions
Exception | Condition |
---|---|
System..::..NotSupportedException | The IStringStringList is read-only. -or- The IStringStringList has a fixed size. |