CodeTypeParameterCollection.AddRange 메서드

정의

지정된 CodeTypeParameter 개체를 컬렉션의 끝에 복사합니다.

오버로드

AddRange(CodeTypeParameter[])

지정된 CodeTypeParameter 배열의 요소를 컬렉션의 끝에 복사합니다.

AddRange(CodeTypeParameterCollection)

지정된 CodeTypeParameterCollection의 요소를 컬렉션의 끝에 복사합니다.

AddRange(CodeTypeParameter[])

Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs
Source:
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 형식의 배열입니다.

예외

value이(가) null인 경우

적용 대상

AddRange(CodeTypeParameterCollection)

Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs
Source:
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입니다.

예외

value이(가) null인 경우

적용 대상