C# 클래스 midi2piano.Form1.PNote

파일 보기 프로젝트 열기: yogstation13/yogstation-old

공개 프로퍼티들

프로퍼티 타입 설명
Default PNote
Length float
Note string

공개 메소드들

메소드 설명
PNote ( float length, string note ) : System

메소드 상세

PNote() 공개 메소드

public PNote ( float length, string note ) : System
length float
note string
리턴 System

프로퍼티 상세

Default 공개적으로 정적으로 프로퍼티

public static PNote Default
리턴 PNote

Length 공개적으로 프로퍼티

public float Length
리턴 float

Note 공개적으로 프로퍼티

public string Note
리턴 string