Table of Contents

Class Chord<TNote, TLane>

Namespace
ChartTools
Assembly
ChartTools.dll
public abstract class Chord<TNote, TLane> : Chord, ITrackObject, IReadOnlyTrackObject where TNote : struct, IDefinedLaneNote<TLane> where TLane : struct, Enum

Type Parameters

TNote
TLane
Inheritance
Chord<TNote, TLane>
Implements
Derived
Inherited Members
Extension Methods

Constructors

Chord(uint)

public Chord(uint position)

Parameters

position uint

Properties

Notes

public override LaneNoteCollection<TNote, TLane> Notes { get; }

Property Value

LaneNoteCollection<TNote, TLane>