C# Class AlphaTab.Model.TuningParser

Afficher le fichier Open project: CoderLine/alphaTab

Méthodes publiques

Свойство Type Description
TuningRegex JsRegExp

Méthodes publiques

Méthode Description
GetTuningForText ( string str ) : int
IsTuning ( string name ) : bool

Checks if the given string is a tuning inticator.

Method Details

GetTuningForText() public static méthode

public static GetTuningForText ( string str ) : int
str string
Résultat int

IsTuning() public static méthode

Checks if the given string is a tuning inticator.
public static IsTuning ( string name ) : bool
name string
Résultat bool

Property Details

TuningRegex public_oe static_oe property

public static JsRegExp TuningRegex
Résultat JsRegExp