Delta<T>.GetInstance Method

Definition

Returns the instance that holds all the changes (and original values) being tracked by this Delta.

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

Returns

T

Applies to