CodeCommentStatementCollection Конструкторы

Определение

Инициализирует новый экземпляр класса CodeCommentStatementCollection.

Перегрузки

Имя Описание
CodeCommentStatementCollection()

Инициализирует новый экземпляр класса CodeCommentStatementCollection.

CodeCommentStatementCollection(CodeCommentStatement[])

Инициализирует новый экземпляр CodeCommentStatementCollection класса, содержащего указанный массив CodeCommentStatement объектов.

CodeCommentStatementCollection(CodeCommentStatementCollection)

Инициализирует новый экземпляр CodeCommentStatementCollection класса, содержащего элементы указанной исходной коллекции.

CodeCommentStatementCollection()

Исходный код:
CodeCommentStatementCollection.cs
Исходный код:
CodeCommentStatementCollection.cs
Исходный код:
CodeCommentStatementCollection.cs
Исходный код:
CodeCommentStatementCollection.cs
Исходный код:
CodeCommentStatementCollection.cs
Исходный код:
CodeCommentStatementCollection.cs
Исходный код:
CodeCommentStatementCollection.cs

Инициализирует новый экземпляр класса CodeCommentStatementCollection.

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

Применяется к

CodeCommentStatementCollection(CodeCommentStatement[])

Исходный код:
CodeCommentStatementCollection.cs
Исходный код:
CodeCommentStatementCollection.cs
Исходный код:
CodeCommentStatementCollection.cs
Исходный код:
CodeCommentStatementCollection.cs
Исходный код:
CodeCommentStatementCollection.cs
Исходный код:
CodeCommentStatementCollection.cs
Исходный код:
CodeCommentStatementCollection.cs

Инициализирует новый экземпляр CodeCommentStatementCollection класса, содержащего указанный массив CodeCommentStatement объектов.

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

Параметры

value
CodeCommentStatement[]

Массив объектов, с помощью которых инициализировать CodeCommentStatement коллекцию.

Исключения

Один или несколько объектов в массиве.null

Применяется к

CodeCommentStatementCollection(CodeCommentStatementCollection)

Исходный код:
CodeCommentStatementCollection.cs
Исходный код:
CodeCommentStatementCollection.cs
Исходный код:
CodeCommentStatementCollection.cs
Исходный код:
CodeCommentStatementCollection.cs
Исходный код:
CodeCommentStatementCollection.cs
Исходный код:
CodeCommentStatementCollection.cs
Исходный код:
CodeCommentStatementCollection.cs

Инициализирует новый экземпляр CodeCommentStatementCollection класса, содержащего элементы указанной исходной коллекции.

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)

Параметры

value
CodeCommentStatementCollection

Объект, CodeCommentStatementCollection с помощью которого инициализировать коллекцию.

Исключения

value равно null.

Применяется к