CodeCommentStatementCollection Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Инициализирует новый экземпляр класса CodeCommentStatementCollection.
Перегрузки
CodeCommentStatementCollection() |
Инициализирует новый экземпляр класса CodeCommentStatementCollection. |
CodeCommentStatementCollection(CodeCommentStatement[]) |
Инициализирует новый экземпляр класса CodeCommentStatementCollection, содержащий указанный массив объектов CodeCommentStatement. |
CodeCommentStatementCollection(CodeCommentStatementCollection) |
Инициализирует новый экземпляр класса CodeCommentStatementCollection, содержащий элементы указанной исходной коллекции. |
CodeCommentStatementCollection()
- Исходный код:
- CodeCommentStatementCollection.cs
- Исходный код:
- CodeCommentStatementCollection.cs
- Исходный код:
- CodeCommentStatementCollection.cs
Инициализирует новый экземпляр класса CodeCommentStatementCollection.
public:
CodeCommentStatementCollection();
public CodeCommentStatementCollection ();
Public Sub New ()
Применяется к
CodeCommentStatementCollection(CodeCommentStatement[])
- Исходный код:
- 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, содержащий элементы указанной исходной коллекции.
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)
Параметры
Объект CodeCommentStatementCollection, с помощью которого следует инициализировать коллекцию.
Исключения
value
имеет значение null
.