BlottoBeats.Library.SongData.Song.Note.Note C# (CSharp) Method

Note() public method

public Note ( String val, int len ) : System
val String
len int
return System
            public Note(String val, int len)
            {
                noteValue = val;
                length = len;
            }
Song.Note