CodeTypeReferenceCollection::Add Method (Type^)

 

Adds a CodeTypeReference to the collection using the specified data type.

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

public:
void Add(
	Type^ value
)

Parameters

value
Type: System::Type^

The data type for which to add a CodeTypeReference to the collection.

.NET Framework
Available since 1.1
Return to top
Show: