Type.IsConstructedGenericType 속성

정의

이 개체가 생성된 제네릭 형식을 나타내는지를 지정하는 값을 가져옵니다. 생성된 제네릭 형식의 인스턴스를 만들 수 있습니다.

public:
 abstract property bool IsConstructedGenericType { bool get(); };
public:
 virtual property bool IsConstructedGenericType { bool get(); };
public abstract bool IsConstructedGenericType { get; }
public virtual bool IsConstructedGenericType { get; }
member this.IsConstructedGenericType : bool
Public MustOverride ReadOnly Property IsConstructedGenericType As Boolean
Public Overridable ReadOnly Property IsConstructedGenericType As Boolean

속성 값

이 개체가 생성된 제네릭 형식을 나타내면 true이고, 그렇지 않으면 false입니다.

설명

생성된 제네릭 형식에는 모든 제네릭 형식 매개 변수에 대해 명시적 형식이 제공되었습니다. 닫힌 제네릭 형식이라고도 합니다.

이 속성이 인 true경우 현재 형식의 인스턴스를 만들 수 있습니다. 이 속성이 false이면 만들 수 없습니다.

적용 대상