GenericTypeParameterBuilder.IsGenericTypeDefinition 속성

정의

모든 경우에 false을 가져옵니다.

public:
 virtual property bool IsGenericTypeDefinition { bool get(); };
public override bool IsGenericTypeDefinition { get; }
member this.IsGenericTypeDefinition : bool
Public Overrides ReadOnly Property IsGenericTypeDefinition As Boolean

속성 값

모든 경우에 false입니다.

설명

생성된 형식에서 제네릭 형식 매개 변수에 할당된 형식은 제네릭 형식일 수 있지만 형식 매개 변수 자체는 제네릭이 아닙니다.

적용 대상