CodeTypeParameterCollection::Add Method (String^)

 

Adds the specified CodeTypeParameter object to the collection using the specified data type name.

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

public:
void Add(
	String^ value
)

Parameters

value
Type: System::String^

The name of a data type for which to add the CodeTypeParameter object to the collection.

.NET Framework
Available since 2.0
Return to top
Show: