CodeCommentStatementCollection Constructeurs

Définition

Initialise une nouvelle instance de la classe CodeCommentStatementCollection.

Surcharges

Nom Description
CodeCommentStatementCollection()

Initialise une nouvelle instance de la classe CodeCommentStatementCollection.

CodeCommentStatementCollection(CodeCommentStatement[])

Initialise une nouvelle instance de la CodeCommentStatementCollection classe contenant le tableau d’objets CodeCommentStatement spécifié.

CodeCommentStatementCollection(CodeCommentStatementCollection)

Initialise une nouvelle instance de la CodeCommentStatementCollection classe contenant les éléments de la collection source spécifiée.

CodeCommentStatementCollection()

Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs

Initialise une nouvelle instance de la classe CodeCommentStatementCollection.

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

S’applique à

CodeCommentStatementCollection(CodeCommentStatement[])

Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs

Initialise une nouvelle instance de la CodeCommentStatementCollection classe contenant le tableau d’objets CodeCommentStatement spécifié.

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

Paramètres

value
CodeCommentStatement[]

Tableau d’objets CodeCommentStatement avec lesquels initialiser la collection.

Exceptions

Un ou plusieurs objets du tableau sont null.

S’applique à

CodeCommentStatementCollection(CodeCommentStatementCollection)

Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs

Initialise une nouvelle instance de la CodeCommentStatementCollection classe contenant les éléments de la collection source spécifiée.

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)

Paramètres

value
CodeCommentStatementCollection

Avec CodeCommentStatementCollection lequel initialiser la collection.

Exceptions

value a la valeur null.

S’applique à