CodeDirectiveCollection::Remove Method (CodeDirective^)

 

Removes the specified CodeDirective object from the collection.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
void Remove(
	CodeDirective^ value
)

Parameters

value
Type: System.CodeDom::CodeDirective^

The CodeDirective object to remove from the collection.

Exception Condition
ArgumentException

The specified object is not found in the collection.

The following code example shows the use of the Remove method to remove the specified CodeDirectiveCollection object from the collection. This example is part of a larger example provided for the CodeDirectiveCollection class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: