Table of Contents

Interface ILaneNoteCollection

Namespace
ChartTools
Assembly
ChartTools.dll
public interface ILaneNoteCollection
Extension Methods

Properties

this[byte]

ILaneNote? this[byte laneIndex] { get; }

Parameters

laneIndex byte

Property Value

ILaneNote

OpenExclusivity

If true, trying to combine an open note with other notes will remove the current ones.

bool OpenExclusivity { get; }

Property Value

bool

Methods

AsEnumerable()

IEnumerable<ILaneNote> AsEnumerable()

Returns

IEnumerable<ILaneNote>

Clear()

void Clear()

Contains(byte)

bool Contains(byte index)

Parameters

index byte

Returns

bool

GetEnumerator()

IEnumerator<ILaneNote> GetEnumerator()

Returns

IEnumerator<ILaneNote>

Remove(byte)

bool Remove(byte index)

Parameters

index byte

Returns

bool