DataClientObject<T>.GetInstanceOfType(Type) Method

Definition

Retrieves an instance of the specified support entity.

protected:
 virtual System::Object ^ GetInstanceOfType(Type ^ type);
protected virtual object GetInstanceOfType (Type type);
abstract member GetInstanceOfType : Type -> obj
override this.GetInstanceOfType : Type -> obj
Protected Overridable Function GetInstanceOfType (type As Type) As Object

Parameters

type
Type

The type of the support entity to get an instance of.

Returns

An instance of the specified support entity.

Applies to