Search Results for

    Show / Hide Table of Contents

    Class SnapPoint<TData>

    Snap point for Playback with attached data.
    Inheritance
    object
    SnapPoint
    SnapPoint<TData>
    Inherited Members
    SnapPoint.IsEnabled
    SnapPoint.Time
    SnapPoint.SnapPointsGroup
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Melanchall.DryWetMidi.Multimedia
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public sealed class SnapPoint<TData> : SnapPoint
    Type Parameters
    Name Description
    TData The type of data attached to snap point.

    Properties

    Data

    Gets the data attached to the current SnapPoint<TData>.
    Declaration
    public TData Data { get; }
    Property Value
    Type Description
    TData
    In this article
    Back to top 2024 / Generated by DocFX