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