CodeTypeReference Constructor (Type^, CodeTypeReferenceOptions)

 

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

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

public:
CodeTypeReference(
	Type^ type,
	CodeTypeReferenceOptions codeTypeReferenceOption
)

Parameters

type
Type: System::Type^

The Type to reference.

codeTypeReferenceOption
Type: System.CodeDom::CodeTypeReferenceOptions

The code type reference option, one of the CodeTypeReferenceOptions values.

.NET Framework
Available since 2.0
Return to top
Show: