CodeTypeReference Constructor (CodeTypeParameter^)

 

Initializes a new instance of the CodeTypeReference class using the specified code type parameter.

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

public:
CodeTypeReference(
	CodeTypeParameter^ typeParameter
)

Parameters

typeParameter
Type: System.CodeDom::CodeTypeParameter^

A CodeTypeParameter that represents the type of the type parameter.

.NET Framework
Available since 2.0
Return to top
Show: