CodeTypeReference Constructor (String^, array<CodeTypeReference^>^)
.NET Framework (current version)
Initializes a new instance of the CodeTypeReference class using the specified type name and type arguments.
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
Available since 2.0
Show: