Type.IsGenericTypeParameter 속성

정의

현재 Type이 제네릭 형식 정의의 형식 매개 변수를 나타내는지를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

trueType개체가 제네릭 형식 정의의 형식 매개 변수를 나타내면이 고, 그렇지 않으면 false 입니다.

적용 대상