Condividi tramite


XamlType.IsGeneric Proprietà

Definizione

Ottiene un valore che indica se l'oggetto XamlType rappresenta un tipo generico.

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

Valore della proprietà

Boolean

true se l'oggetto XamlType rappresenta un tipo generico; in caso contrario, false.

Commenti

Questa proprietà è una proprietà helper che verifica la presenza di un valore Null di TypeArguments. Non esiste alcun metodo specifico Lookup correlato a IsGeneric.

Si applica a