TypeName.IsConstructedGenericType 속성

정의

이 형식이 생성된 제네릭 형식을 나타내는지 여부를 나타내는 값을 가져옵니다(예: "list<int>").

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

속성 값

설명

열린 제네릭 형식에 대한 false 반환합니다(예: "사전<,>").

적용 대상