Table of Contents

Struct ActionList

Namespace
SharpPluginLoader.Core.Actions
Assembly
SharpPluginLoader.Core.dll
public struct ActionList
Inherited Members

Fields

Actions

public nint Actions

Field Value

nint

Count

public int Count

Field Value

int

Properties

this[int]

public readonly Action? this[int index] { get; set; }

Parameters

index int

Property Value

Action