C# Class Nanook.TheGhost.MidNote

ファイルを表示 Open project: Nanook/TheGHOST

Public Properties

Property Type Description
Note int
Offset int
Section string
Type NoteType

Private Methods

Method Description
MidNote ( NoteType type, string section, int offset, int note ) : System

Property Details

Note public_oe property

public int Note
return int

Offset public_oe property

public int Offset
return int

Section public_oe property

public string Section
return string

Type public_oe property

public NoteType Type
return NoteType