CodeTypeParameterCollection 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 CodeTypeParameterCollection 類別的新執行個體。
多載
CodeTypeParameterCollection() |
初始化 CodeTypeParameterCollection 類別的新的空執行個體。 |
CodeTypeParameterCollection(CodeTypeParameter[]) |
初始化 CodeTypeParameterCollection 類別 (含有 CodeTypeParameter 物件的指定陣列) 的新執行個體。 |
CodeTypeParameterCollection(CodeTypeParameterCollection) |
初始化 CodeTypeParameterCollection 類別 (含有指定來源集合的元素) 的新執行個體。 |
CodeTypeParameterCollection()
初始化 CodeTypeParameterCollection 類別的新的空執行個體。
public:
CodeTypeParameterCollection();
public CodeTypeParameterCollection ();
Public Sub New ()
適用於
CodeTypeParameterCollection(CodeTypeParameter[])
初始化 CodeTypeParameterCollection 類別 (含有 CodeTypeParameter 物件的指定陣列) 的新執行個體。
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)
初始化 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)
參數
用來初始化集合的 CodeTypeParameterCollection。