ITypeName.IsGeneric Property

Definition

Returns true if the type names a closed generic type (has generic type arguments), false otherwise.

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

Property Value

Applies to