Removes all elements from the IStringList.
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 IStringList is read-only. -or- The IStringList has a fixed size. |