Język

CodeTypeParameterCollection Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy CodeTypeParameterCollection.

Przeciążenia

Nazwa Opis
CodeTypeParameterCollection()

Inicjuje nowe, puste wystąpienie CodeTypeParameterCollection klasy.

CodeTypeParameterCollection(CodeTypeParameter[])

Inicjuje nowe wystąpienie CodeTypeParameterCollection klasy zawierającej określoną tablicę CodeTypeParameter obiektów.

CodeTypeParameterCollection(CodeTypeParameterCollection)

Inicjuje nowe wystąpienie CodeTypeParameterCollection klasy zawierające elementy określonej kolekcji źródłowej.

CodeTypeParameterCollection()

Źródło:
CodeTypeParameterCollection.cs
Źródło:
CodeTypeParameterCollection.cs
Źródło:
CodeTypeParameterCollection.cs
Źródło:
CodeTypeParameterCollection.cs
Źródło:
CodeTypeParameterCollection.cs
Źródło:
CodeTypeParameterCollection.cs
Źródło:
CodeTypeParameterCollection.cs

Inicjuje nowe, puste wystąpienie CodeTypeParameterCollection klasy.

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

Dotyczy

CodeTypeParameterCollection(CodeTypeParameter[])

Źródło:
CodeTypeParameterCollection.cs
Źródło:
CodeTypeParameterCollection.cs
Źródło:
CodeTypeParameterCollection.cs
Źródło:
CodeTypeParameterCollection.cs
Źródło:
CodeTypeParameterCollection.cs
Źródło:
CodeTypeParameterCollection.cs
Źródło:
CodeTypeParameterCollection.cs

Inicjuje nowe wystąpienie CodeTypeParameterCollection klasy zawierającej określoną tablicę CodeTypeParameter obiektów.

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())

Parametry

value
CodeTypeParameter[]

Tablica CodeTypeParameter obiektów, za pomocą których należy zainicjować kolekcję.

Dotyczy

CodeTypeParameterCollection(CodeTypeParameterCollection)

Źródło:
CodeTypeParameterCollection.cs
Źródło:
CodeTypeParameterCollection.cs
Źródło:
CodeTypeParameterCollection.cs
Źródło:
CodeTypeParameterCollection.cs
Źródło:
CodeTypeParameterCollection.cs
Źródło:
CodeTypeParameterCollection.cs
Źródło:
CodeTypeParameterCollection.cs

Inicjuje nowe wystąpienie CodeTypeParameterCollection klasy zawierające elementy określonej kolekcji źródłowej.

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)

Parametry

value
CodeTypeParameterCollection

Element CodeTypeParameterCollection , za pomocą którego należy zainicjować kolekcję.

Dotyczy