Table of Contents

Delegate DtiCtorArrayDelegate

Namespace
SharpPluginLoader.Core.Dti
Assembly
SharpPluginLoader.Core.dll

Initializes an array of objects of the type represented by the MtDti instance.

public delegate MtObject?[] DtiCtorArrayDelegate(MtDti dti, MtObject?[] obj)

Parameters

dti MtDti

The this pointer

obj MtObject[]

The array of objects to initialize

Returns

MtObject[]

The initialized array of objects