| AsyncInitArgsCreateTArg Method (TArg) |
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
)
Public Shared Function Create(Of TArg) (
arg As TArg
) As AsyncInitArgs
public:
generic<typename TArg>
static AsyncInitArgs^ Create(
TArg arg
)
static member Create :
arg : 'TArg -> AsyncInitArgs
Parameters
- arg
- Type: TArg
The argument.
Type Parameters
- TArg
- The type of the argument.
Return Value
Type:
AsyncInitArgsAn instance of
AsyncInitArgs.
See Also