Removes the first occurrence of the specified String from the IStringList.

Namespace: CodeSmith.CustomProperties
Assembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
void Remove(
	string value
)
Visual Basic
Sub Remove ( 
	value As String
)

Parameters

value
Type: System..::..String
The String object to remove from the IStringList. This argument can be a null reference.

Remarks

Please refer to Remove(Object) for details.

Exceptions

ExceptionCondition
System..::..NotSupportedException

The IStringList is read-only.

-or-

The IStringList has a fixed size.

See Also