Table of Contents

Delegate ComplexParameterInitializer

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

Represents a cached argument constructor delegate.

public delegate object ComplexParameterInitializer(object[] args)

Parameters

args object[]

Method arguments array.

Returns

object

Returns the constructed object.