Table of Contents

Delegate ModalInitializer

Namespace
Discord.Interactions
Assembly
Discord.Net.Interactions.dll

Represents a cached object initialization delegate.

public delegate IModal ModalInitializer(object[] args)

Parameters

args object[]

Property arguments array.

Returns

IModal

Returns the constructed object.