INamedTypeSymbol.IsImplicitClass Property

Definition

Returns true if the type is the implicit class that holds onto invalid global members (like methods or statements in a non script file).

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

Property Value

Applies to