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