CodeCommentStatementCollection Konstruktorer

Definition

Initierar en ny instans av CodeCommentStatementCollection klassen.

Överlagringar

Name Description
CodeCommentStatementCollection()

Initierar en ny instans av CodeCommentStatementCollection klassen.

CodeCommentStatementCollection(CodeCommentStatement[])

Initierar en ny instans av CodeCommentStatementCollection klassen som innehåller den angivna matrisen med CodeCommentStatement objekt.

CodeCommentStatementCollection(CodeCommentStatementCollection)

Initierar en ny instans av CodeCommentStatementCollection klassen som innehåller elementen i den angivna källsamlingen.

CodeCommentStatementCollection()

Källa:
CodeCommentStatementCollection.cs
Källa:
CodeCommentStatementCollection.cs
Källa:
CodeCommentStatementCollection.cs
Källa:
CodeCommentStatementCollection.cs
Källa:
CodeCommentStatementCollection.cs
Källa:
CodeCommentStatementCollection.cs
Källa:
CodeCommentStatementCollection.cs

Initierar en ny instans av CodeCommentStatementCollection klassen.

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

Gäller för

CodeCommentStatementCollection(CodeCommentStatement[])

Källa:
CodeCommentStatementCollection.cs
Källa:
CodeCommentStatementCollection.cs
Källa:
CodeCommentStatementCollection.cs
Källa:
CodeCommentStatementCollection.cs
Källa:
CodeCommentStatementCollection.cs
Källa:
CodeCommentStatementCollection.cs
Källa:
CodeCommentStatementCollection.cs

Initierar en ny instans av CodeCommentStatementCollection klassen som innehåller den angivna matrisen med CodeCommentStatement objekt.

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

Parametrar

value
CodeCommentStatement[]

En matris CodeCommentStatement med objekt som samlingen ska initieras med.

Undantag

Ett eller flera objekt i matrisen är null.

Gäller för

CodeCommentStatementCollection(CodeCommentStatementCollection)

Källa:
CodeCommentStatementCollection.cs
Källa:
CodeCommentStatementCollection.cs
Källa:
CodeCommentStatementCollection.cs
Källa:
CodeCommentStatementCollection.cs
Källa:
CodeCommentStatementCollection.cs
Källa:
CodeCommentStatementCollection.cs
Källa:
CodeCommentStatementCollection.cs

Initierar en ny instans av CodeCommentStatementCollection klassen som innehåller elementen i den angivna källsamlingen.

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)

Parametrar

value
CodeCommentStatementCollection

A CodeCommentStatementCollection som samlingen ska initieras med.

Undantag

value är null.

Gäller för