Class SplitLengthedObject
Container for left and right parts of split lengthed object.
Inherited Members
Namespace: Melanchall.DryWetMidi.Interaction
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class SplitLengthedObject
Properties
LeftPart
The left part of a split object.
Declaration
public ILengthedObject LeftPart { get; }
Property Value
Type | Description |
---|---|
ILengthedObject |
RightPart
The right part of a split object.
Declaration
public ILengthedObject RightPart { get; }
Property Value
Type | Description |
---|---|
ILengthedObject |