Delegate ComplexParameterInitializer
Represents a cached argument constructor delegate.
Namespace: Discord.Interactions
Assembly: Discord.Net.Interactions.dll
Syntax
public delegate object ComplexParameterInitializer(object[] args);
Parameters
Type | Name | Description |
---|---|---|
Object[] | args | Method arguments array. |
Returns
Type | Description |
---|---|
Object | Returns the constructed object. |