CodeParameterDeclarationExpressionCollection Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Инициализирует новый экземпляр класса CodeParameterDeclarationExpressionCollection.
Перегрузки
CodeParameterDeclarationExpressionCollection() |
Инициализирует новый экземпляр класса CodeParameterDeclarationExpressionCollection. |
CodeParameterDeclarationExpressionCollection(CodeParameterDeclarationExpression[]) |
Инициализирует новый экземпляр класса CodeParameterDeclarationExpressionCollection, содержащий указанный массив объектов CodeParameterDeclarationExpression. |
CodeParameterDeclarationExpressionCollection(CodeParameterDeclarationExpressionCollection) |
Инициализирует новый экземпляр класса CodeParameterDeclarationExpressionCollection, содержащий элементы указанной исходной коллекции. |
CodeParameterDeclarationExpressionCollection()
- Исходный код:
- CodeParameterDeclarationExpressionCollection.cs
- Исходный код:
- CodeParameterDeclarationExpressionCollection.cs
- Исходный код:
- CodeParameterDeclarationExpressionCollection.cs
Инициализирует новый экземпляр класса CodeParameterDeclarationExpressionCollection.
public:
CodeParameterDeclarationExpressionCollection();
public CodeParameterDeclarationExpressionCollection ();
Public Sub New ()
Применяется к
CodeParameterDeclarationExpressionCollection(CodeParameterDeclarationExpression[])
- Исходный код:
- CodeParameterDeclarationExpressionCollection.cs
- Исходный код:
- CodeParameterDeclarationExpressionCollection.cs
- Исходный код:
- CodeParameterDeclarationExpressionCollection.cs
Инициализирует новый экземпляр класса CodeParameterDeclarationExpressionCollection, содержащий указанный массив объектов CodeParameterDeclarationExpression.
public:
CodeParameterDeclarationExpressionCollection(cli::array <System::CodeDom::CodeParameterDeclarationExpression ^> ^ value);
public CodeParameterDeclarationExpressionCollection (System.CodeDom.CodeParameterDeclarationExpression[] value);
new System.CodeDom.CodeParameterDeclarationExpressionCollection : System.CodeDom.CodeParameterDeclarationExpression[] -> System.CodeDom.CodeParameterDeclarationExpressionCollection
Public Sub New (value As CodeParameterDeclarationExpression())
Параметры
Массив объектов CodeParameterDeclarationExpression, которыми следует инициализировать коллекцию.
Исключения
один или несколько объектов в массиве имеют значение null
.
Применяется к
CodeParameterDeclarationExpressionCollection(CodeParameterDeclarationExpressionCollection)
- Исходный код:
- CodeParameterDeclarationExpressionCollection.cs
- Исходный код:
- CodeParameterDeclarationExpressionCollection.cs
- Исходный код:
- CodeParameterDeclarationExpressionCollection.cs
Инициализирует новый экземпляр класса CodeParameterDeclarationExpressionCollection, содержащий элементы указанной исходной коллекции.
public:
CodeParameterDeclarationExpressionCollection(System::CodeDom::CodeParameterDeclarationExpressionCollection ^ value);
public CodeParameterDeclarationExpressionCollection (System.CodeDom.CodeParameterDeclarationExpressionCollection value);
new System.CodeDom.CodeParameterDeclarationExpressionCollection : System.CodeDom.CodeParameterDeclarationExpressionCollection -> System.CodeDom.CodeParameterDeclarationExpressionCollection
Public Sub New (value As CodeParameterDeclarationExpressionCollection)
Параметры
Объект CodeParameterDeclarationExpressionCollection, с помощью которого следует инициализировать коллекцию.
Исключения
value
имеет значение null
.