Click or drag to resize

GenericNonSingletonProviderGetInstanceT(Boolean) Method

Returns a new instance of the desired class.

Namespace: NetEti.Globals
Assembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntax
public static T GetInstance<T>(
	
	out bool newInstance
)
where T : class

Parameters

newInstance  Boolean
Always True.

Type parameters

T
Type of class requested

Return value

T
An instance of the requested class.
See also