Class SnapPoint<TData>
Snap point for Playback with attached data.
Inherited Members
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 |