CodeTypeParameterCollection.AddRange Metod

Definition

Kopierar de angivna CodeTypeParameter objekten till slutet av samlingen.

Överlagringar

Name Description
AddRange(CodeTypeParameter[])

Kopierar elementen i den angivna CodeTypeParameter matrisen till slutet av samlingen.

AddRange(CodeTypeParameterCollection)

Kopierar elementen i den angivna CodeTypeParameterCollection till slutet av samlingen.

AddRange(CodeTypeParameter[])

Källa:
CodeTypeParameterCollection.cs
Källa:
CodeTypeParameterCollection.cs
Källa:
CodeTypeParameterCollection.cs
Källa:
CodeTypeParameterCollection.cs
Källa:
CodeTypeParameterCollection.cs
Källa:
CodeTypeParameterCollection.cs
Källa:
CodeTypeParameterCollection.cs

Kopierar elementen i den angivna CodeTypeParameter matrisen till slutet av samlingen.

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())

Parametrar

value
CodeTypeParameter[]

En matris av typen CodeTypeParameter som innehåller de objekt som ska läggas till i samlingen.

Undantag

value är null.

Gäller för

AddRange(CodeTypeParameterCollection)

Källa:
CodeTypeParameterCollection.cs
Källa:
CodeTypeParameterCollection.cs
Källa:
CodeTypeParameterCollection.cs
Källa:
CodeTypeParameterCollection.cs
Källa:
CodeTypeParameterCollection.cs
Källa:
CodeTypeParameterCollection.cs
Källa:
CodeTypeParameterCollection.cs

Kopierar elementen i den angivna CodeTypeParameterCollection till slutet av samlingen.

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)

Parametrar

value
CodeTypeParameterCollection

A CodeTypeParameterCollection som innehåller de objekt som CodeTypeParameter ska läggas till i samlingen.

Undantag

value är null.

Gäller för