INamedTypeSymbol.IsUnboundGenericType Property

Definition

True if this is a reference to an unbound generic type. A generic type is considered unbound if all of the type argument lists in its fully qualified name are empty. Note that the type arguments of an unbound generic type will be returned as error types because they do not really have type arguments. An unbound generic type yields null for its BaseType and an empty result for its Interfaces.

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

Property Value

Applies to