Entity.GetAs<T> Method

Definition

Retrieve internal payload.

public T GetAs<T> ();
member this.GetAs : unit -> 'T
Public Function GetAs(Of T) () As T

Type Parameters

T

T.

Returns

T

T as T.

Applies to