Search Results for

    Show / Hide Table of Contents

    Class SplitLengthedObject

    Container for left and right parts of split lengthed object.
    Inheritance
    object
    SplitLengthedObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top 2024 / Generated by DocFX