CodeTypeParameterCollection 构造函数

定义

初始化 CodeTypeParameterCollection 类的新实例。

重载

名称 说明
CodeTypeParameterCollection()

初始化类的新空实例 CodeTypeParameterCollection

CodeTypeParameterCollection(CodeTypeParameter[])

初始化包含指定对象数组的CodeTypeParameterCollectionCodeTypeParameter类的新实例。

CodeTypeParameterCollection(CodeTypeParameterCollection)

初始化包含指定源集合的元素的类的新实例 CodeTypeParameterCollection

CodeTypeParameterCollection()

Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs

初始化类的新空实例 CodeTypeParameterCollection

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

适用于

CodeTypeParameterCollection(CodeTypeParameter[])

Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs

初始化包含指定对象数组的CodeTypeParameterCollectionCodeTypeParameter类的新实例。

public:
 CodeTypeParameterCollection(cli::array <System::CodeDom::CodeTypeParameter ^> ^ value);
public CodeTypeParameterCollection(System.CodeDom.CodeTypeParameter[] value);
new System.CodeDom.CodeTypeParameterCollection : System.CodeDom.CodeTypeParameter[] -> System.CodeDom.CodeTypeParameterCollection
Public Sub New (value As CodeTypeParameter())

参数

value
CodeTypeParameter[]

要初始化集合的对象数组 CodeTypeParameter

适用于

CodeTypeParameterCollection(CodeTypeParameterCollection)

Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs

初始化包含指定源集合的元素的类的新实例 CodeTypeParameterCollection

public:
 CodeTypeParameterCollection(System::CodeDom::CodeTypeParameterCollection ^ value);
public CodeTypeParameterCollection(System.CodeDom.CodeTypeParameterCollection value);
new System.CodeDom.CodeTypeParameterCollection : System.CodeDom.CodeTypeParameterCollection -> System.CodeDom.CodeTypeParameterCollection
Public Sub New (value As CodeTypeParameterCollection)

参数

value
CodeTypeParameterCollection

用于初始化集合的 A CodeTypeParameterCollection

适用于