XamlType.IsGeneric 속성

정의

XamlType이 제네릭 형식을 나타내는지 여부를 지정하는 값을 가져옵니다.

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

속성 값

Boolean

XamlType이 제네릭 형식을 나타내면 true이고, 그렇지 않으면 false입니다.

설명

이 속성은 null 값을 확인하는 도우미 속성입니다 TypeArguments. 에 관련된 IsGeneric특정 Lookup 메서드가 없습니다.

적용 대상