Removes all elements from the IStringStringList.

Namespace: CodeSmith.CustomProperties
Assembly: 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

ExceptionCondition
System..::..NotSupportedException

The IStringStringList is read-only.

-or-

The IStringStringList has a fixed size.

See Also