Compilation.DynamicType Property

Definition

The TypeSymbol for the type 'dynamic' in this Compilation.

public:
 property Microsoft::CodeAnalysis::ITypeSymbol ^ DynamicType { Microsoft::CodeAnalysis::ITypeSymbol ^ get(); };
public Microsoft.CodeAnalysis.ITypeSymbol DynamicType { get; }
member this.DynamicType : Microsoft.CodeAnalysis.ITypeSymbol
Public ReadOnly Property DynamicType As ITypeSymbol

Property Value

Exceptions

If the compilation is a VisualBasic compilation.

Applies to