ITypeSymbol.IsAnonymousType Property

Definition

Is this a symbol for an anonymous type (including anonymous VB delegate).

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

Property Value

Applies to