TestDataObject.GetObject<T> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.