Table of Contents

Interface IContextListProperty

Namespace
KSP.Api
Assembly
Assembly-CSharp.dll
public interface IContextListProperty
Extension Methods

Properties

Count

int Count { get; }

Property Value

int

Data

IReadOnlyList<IDataContextReadonly> Data { get; }

Property Value

IReadOnlyList<IDataContextReadonly>

HierarchyParent

IDataContextReadonly HierarchyParent { get; }

Property Value

IDataContextReadonly

this[int]

IDataContextReadonly this[int index] { get; }

Parameters

index int

Property Value

IDataContextReadonly

Methods

GetIndexedElement(int, string)

IDataContextReadonly GetIndexedElement(int index, string indexKey = "index")

Parameters

index int
indexKey string

Returns

IDataContextReadonly

Events

OnListChanged

event Action OnListChanged

Event Type

Action