Search Results for

    Show / Hide Table of Contents

    Class Key

    キー(調号)指定・変更

    Inheritance
    object
    ClockObject
    ScoreObject
    Key
    Implements
    IEquatable<ClockObject>
    IEquatable<ScoreObject>
    IEquatable<Key>
    Inherited Members
    ClockObject.Clock
    Namespace: LibSasara.Model.Serialize
    Assembly: LibSasara.dll
    Syntax
    public record Key : ScoreObject, IEquatable<ClockObject>, IEquatable<ScoreObject>, IEquatable<Key>

    Properties

    Fifths

    Fifths

    Declaration
    public int Fifths { get; set; }
    Property Value
    Type Description
    int

    Mode

    Mode

    Declaration
    public int Mode { get; set; }
    Property Value
    Type Description
    int

    Implements

    IEquatable<T>
    IEquatable<T>
    IEquatable<T>
    In this article
    Back to top LibSasara