Click or drag to resize

AsyncInitArgsCreateTArg Method (TArg)

Initializes a new instance of the AsyncInitArgs class.

Namespace:  Ditto.AsyncInit.Services
Assembly:  Ditto.AsyncInit.Services (in Ditto.AsyncInit.Services.dll) Version: 1.5.0.2468
Syntax
public static AsyncInitArgs Create<TArg>(
	TArg arg
)

Parameters

arg
Type: TArg
The argument.

Type Parameters

TArg
The type of the argument.

Return Value

Type: AsyncInitArgs
An instance of AsyncInitArgs.
See Also