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