Class LaneNote<TLane>
- Namespace
- ChartTools
- Assembly
- ChartTools.dll
public class LaneNote<TLane> : LaneNote, INote, ILongObject, IReadOnlyLongObject where TLane : struct, EnumType Parameters
- TLane
- Inheritance
- 
      
      
      LaneNote<TLane>
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
LaneNote()
public LaneNote()LaneNote(TLane)
public LaneNote(TLane lane)Parameters
- laneTLane
Properties
Index
Numerical value of the note identity
public override byte Index { get; set; }Property Value
Lane
public TLane Lane { get; set; }Property Value
- TLane