共用方式為


CodeTypeParameterCollection.AddRange 方法

定義

將指定的 CodeTypeParameter 物件複製至集合結尾。

多載

AddRange(CodeTypeParameter[])

將指定的 CodeTypeParameter 陣列元素複製到集合的末端。

AddRange(CodeTypeParameterCollection)

將指定 CodeTypeParameterCollection 的元素複製到集合結尾。

AddRange(CodeTypeParameter[])

來源:
CodeTypeParameterCollection.cs
來源:
CodeTypeParameterCollection.cs
來源:
CodeTypeParameterCollection.cs

將指定的 CodeTypeParameter 陣列元素複製到集合的末端。

public:
 void AddRange(cli::array <System::CodeDom::CodeTypeParameter ^> ^ value);
public void AddRange (System.CodeDom.CodeTypeParameter[] value);
member this.AddRange : System.CodeDom.CodeTypeParameter[] -> unit
Public Sub AddRange (value As CodeTypeParameter())

參數

value
CodeTypeParameter[]

CodeTypeParameter 型別的陣列,包含要加入至集合的物件。

例外狀況

valuenull

適用於

AddRange(CodeTypeParameterCollection)

來源:
CodeTypeParameterCollection.cs
來源:
CodeTypeParameterCollection.cs
來源:
CodeTypeParameterCollection.cs

將指定 CodeTypeParameterCollection 的元素複製到集合結尾。

public:
 void AddRange(System::CodeDom::CodeTypeParameterCollection ^ value);
public void AddRange (System.CodeDom.CodeTypeParameterCollection value);
member this.AddRange : System.CodeDom.CodeTypeParameterCollection -> unit
Public Sub AddRange (value As CodeTypeParameterCollection)

參數

value
CodeTypeParameterCollection

CodeTypeParameterCollection,包含要加入至集合的 CodeTypeParameter 物件。

例外狀況

valuenull

適用於