Udostępnij za pośrednictwem


CodeCommentStatementCollection Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy CodeCommentStatementCollection.

Przeciążenia

CodeCommentStatementCollection()

Inicjuje nowe wystąpienie klasy CodeCommentStatementCollection.

CodeCommentStatementCollection(CodeCommentStatement[])

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

CodeCommentStatementCollection(CodeCommentStatementCollection)

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

CodeCommentStatementCollection()

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

Inicjuje nowe wystąpienie klasy CodeCommentStatementCollection.

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

Dotyczy

CodeCommentStatementCollection(CodeCommentStatement[])

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

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

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

Parametry

value
CodeCommentStatement[]

Tablica CodeCommentStatement obiektów, za pomocą których ma być inicjowana kolekcja.

Wyjątki

Co najmniej jeden obiekt w tablicy to null.

Dotyczy

CodeCommentStatementCollection(CodeCommentStatementCollection)

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

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

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

Parametry

value
CodeCommentStatementCollection

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

Wyjątki

value to null.

Dotyczy