Location<T>.LocationType Property

Definition

Gets the type of the value referenced by the location.

public:
 virtual property Type ^ LocationType { Type ^ get(); };
public override Type LocationType { get; }
member this.LocationType : Type
Public Overrides ReadOnly Property LocationType As Type

Property Value

The type of the value.

Applies to