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
TNoteTLane
- Inheritance
-
Chord<TNote, TLane>
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
Chord(uint)
public Chord(uint position)
Parameters
positionuint
Properties
Notes
public override LaneNoteCollection<TNote, TLane> Notes { get; }
Property Value
- LaneNoteCollection<TNote, TLane>