GenericTypeParameterBuilder.IsGenericType 속성

정의

모든 경우에 false 를 반환합니다.

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

속성 값

Boolean

모든 경우에 false입니다.

설명

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

적용 대상