CodeCommentStatementCollection Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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()
Initialise une nouvelle instance de la classe CodeCommentStatementCollection.
public:
CodeCommentStatementCollection();
public CodeCommentStatementCollection ();
Public Sub New ()
S’applique à
CodeCommentStatementCollection(CodeCommentStatement[])
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)
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
CodeCommentStatementCollection utilisé pour initialiser la collection.
Exceptions
value
a la valeur null
.