Removes the first occurrence of the specified NameValueEntry 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 Remove(
	NameValueEntry entry
)
Visual Basic
Sub Remove ( 
	entry As NameValueEntry
)

Parameters

entry
Type: CodeSmith.CustomProperties..::..NameValueEntry
The NameValueEntry object to remove from the IStringStringList.

Remarks

Please refer to Remove(Object) for details.

Exceptions

ExceptionCondition
System..::..NotSupportedException

The IStringStringList is read-only.

-or-

The IStringStringList has a fixed size.

See Also