Jaa


TestDataObject.GetObject<T> Method

Definition

Gets the test data object for the specified .Net type.

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

Type Parameters

T

The type of the object to be returned.

Returns

T

The test object instance.

Applies to