CodeTypeParameterCollection 생성자

정의

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

오버로드

CodeTypeParameterCollection()

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

CodeTypeParameterCollection(CodeTypeParameter[])

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

CodeTypeParameterCollection(CodeTypeParameterCollection)

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

CodeTypeParameterCollection()

Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs

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

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

적용 대상

CodeTypeParameterCollection(CodeTypeParameter[])

Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs

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)

Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs
Source:
CodeTypeParameterCollection.cs

지정된 소스 컬렉션의 요소를 포함하는 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입니다.

적용 대상