Share via


CodeCommentStatementCollection Constructeurs

Définition

Initialise une nouvelle instance de la classe CodeCommentStatementCollection.

Surcharges

CodeCommentStatementCollection()

Initialise une nouvelle instance de la classe CodeCommentStatementCollection.

CodeCommentStatementCollection(CodeCommentStatement[])

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

CodeCommentStatementCollection(CodeCommentStatementCollection)

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

CodeCommentStatementCollection()

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

Initialise une nouvelle instance de la classe CodeCommentStatementCollection 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 à utiliser pour initialiser la collection.

Exceptions

Un ou plusieurs objets du tableau ont la valeur null.

S’applique à

CodeCommentStatementCollection(CodeCommentStatementCollection)

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

Initialise une nouvelle instance de la classe CodeCommentStatementCollection 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

CodeCommentStatementCollection utilisé pour initialiser la collection.

Exceptions

value a la valeur null.

S’applique à