C# Class LibiadaMusic.ScoreModel.DurationType

The duration type.
Mostrar archivo Open project: intervals-mining-lab/libiada-core

Public Methods

Method Description
ParseType ( string type ) : int[]

The parse type.

Method Details

ParseType() public static method

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