Share via


SymbolBase<TType>.Type Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a Type that inherits from the base Type.

public TType Type { get; }
member this.Type : 'ype
Public ReadOnly Property Type As TType

Property Value

TType

A Type that inherits from the base Type.

Applies to