CodeTypeParameterCollection 생성자

정의

CodeTypeParameterCollection 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
CodeTypeParameterCollection()

클래스의 빈 새 인스턴스를 초기화합니다 CodeTypeParameterCollection .

CodeTypeParameterCollection(CodeTypeParameter[])

지정된 개체 배열 CodeTypeParameterCodeTypeParameterCollection 포함하는 클래스의 새 인스턴스를 초기화합니다.

CodeTypeParameterCollection(CodeTypeParameterCollection)

지정된 소스 컬렉션의 CodeTypeParameterCollection 요소를 포함하는 클래스의 새 인스턴스를 초기화합니다.

CodeTypeParameterCollection()

클래스의 빈 새 인스턴스를 초기화합니다 CodeTypeParameterCollection .

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

적용 대상

CodeTypeParameterCollection(CodeTypeParameter[])

지정된 개체 배열 CodeTypeParameterCodeTypeParameterCollection 포함하는 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

value
CodeTypeParameterCollection

CodeTypeParameterCollection 컬렉션을 초기화할 A입니다.

적용 대상