CodeTypeParameterCollection Constructors

Definitie

Initialiseert een nieuw exemplaar van de CodeTypeParameterCollection klasse.

Overloads

Name Description
CodeTypeParameterCollection()

Initialiseert een nieuwe, lege instantie van de CodeTypeParameterCollection klasse.

CodeTypeParameterCollection(CodeTypeParameter[])

Initialiseert een nieuw exemplaar van de CodeTypeParameterCollection klasse met de opgegeven matrix met CodeTypeParameter objecten.

CodeTypeParameterCollection(CodeTypeParameterCollection)

Initialiseert een nieuw exemplaar van de CodeTypeParameterCollection klasse met de elementen van de opgegeven bronverzameling.

CodeTypeParameterCollection()

Initialiseert een nieuwe, lege instantie van de CodeTypeParameterCollection klasse.

public:
 CodeTypeParameterCollection();
public CodeTypeParameterCollection();
Public Sub New ()

Van toepassing op

CodeTypeParameterCollection(CodeTypeParameter[])

Initialiseert een nieuw exemplaar van de CodeTypeParameterCollection klasse met de opgegeven matrix met CodeTypeParameter objecten.

public:
 CodeTypeParameterCollection(cli::array <System::CodeDom::CodeTypeParameter ^> ^ value);
public CodeTypeParameterCollection(System.CodeDom.CodeTypeParameter[] value);
new System.CodeDom.CodeTypeParameterCollection : System.CodeDom.CodeTypeParameter[] -> System.CodeDom.CodeTypeParameterCollection
Public Sub New (value As CodeTypeParameter())

Parameters

value
CodeTypeParameter[]

Een matrix met CodeTypeParameter objecten waarmee de verzameling moet worden geïnitialiseerd.

Van toepassing op

CodeTypeParameterCollection(CodeTypeParameterCollection)

Initialiseert een nieuw exemplaar van de CodeTypeParameterCollection klasse met de elementen van de opgegeven bronverzameling.

public:
 CodeTypeParameterCollection(System::CodeDom::CodeTypeParameterCollection ^ value);
public CodeTypeParameterCollection(System.CodeDom.CodeTypeParameterCollection value);
new System.CodeDom.CodeTypeParameterCollection : System.CodeDom.CodeTypeParameterCollection -> System.CodeDom.CodeTypeParameterCollection
Public Sub New (value As CodeTypeParameterCollection)

Parameters

value
CodeTypeParameterCollection

Een CodeTypeParameterCollection waarmee de verzameling moet worden geïnitialiseerd.

Van toepassing op