XamlType.IsGeneric Property

Definition

Gets a value that indicates whether this XamlType represents a generic type.

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

Property Value

true if this XamlType represents a generic type; otherwise, false.

Remarks

This property is a helper property that checks for a null value of TypeArguments. There is no specific Lookup method related to IsGeneric.

Applies to