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をチェックするヘルパー プロパティです。 に関連する特定 LookupIsGeneric方法はありません。

適用対象