CodeCommentStatementCollection Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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()
Inicjuje nowe wystąpienie klasy CodeCommentStatementCollection.
public:
CodeCommentStatementCollection();
public CodeCommentStatementCollection ();
Public Sub New ()
Dotyczy
CodeCommentStatementCollection(CodeCommentStatement[])
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)
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
Element CodeCommentStatementCollection , za pomocą którego należy zainicjować kolekcję.
Wyjątki
value
to null
.