| AsyncInitArgsArguments Property |
Gets the arguments.
Namespace:
Ditto.AsyncInit.Services
Assembly:
Ditto.AsyncInit.Services (in Ditto.AsyncInit.Services.dll) Version: 1.5.0.2468
Syntax public Object[] Arguments { get; }
Public ReadOnly Property Arguments As Object()
Get
public:
property array<Object^>^ Arguments {
array<Object^>^ get ();
}
member Arguments : Object[] with get
Property Value
Type:
ObjectArguments.
See Also