C# 클래스 LibiadaMusic.ScoreModel.DurationType

The duration type.
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core

공개 메소드들

메소드 설명
ParseType ( string type ) : int[]

The parse type.

메소드 상세

ParseType() 공개 정적인 메소드

The parse type.
/// Thrown if type is unknown. ///
public static ParseType ( string type ) : int[]
type string /// The type. ///
리턴 int[]