CodeTypeReference Constructor (String^, array<CodeTypeReference^>^)

 

Initializes a new instance of the CodeTypeReference class using the specified type name and type arguments.

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

public:
CodeTypeReference(
	String^ typeName,
	... array<CodeTypeReference^>^ typeArguments
)

Parameters

typeName
Type: System::String^

The name of the type to reference.

typeArguments
Type: array<System.CodeDom::CodeTypeReference^>^

An array of CodeTypeReference values.

.NET Framework
Available since 2.0
Return to top
Show: