INamedTypeSymbol.IsGenericType Property

Definition

True if this type or some containing type has type parameters.

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

Property Value

Applies to