C# 클래스 AlphaTab.Model.TuningParser

파일 보기 프로젝트 열기: CoderLine/alphaTab

공개 프로퍼티들

프로퍼티 타입 설명
TuningRegex JsRegExp

공개 메소드들

메소드 설명
GetTuningForText ( string str ) : int
IsTuning ( string name ) : bool

Checks if the given string is a tuning inticator.

메소드 상세

GetTuningForText() 공개 정적인 메소드

public static GetTuningForText ( string str ) : int
str string
리턴 int

IsTuning() 공개 정적인 메소드

Checks if the given string is a tuning inticator.
public static IsTuning ( string name ) : bool
name string
리턴 bool

프로퍼티 상세

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

public static JsRegExp TuningRegex
리턴 JsRegExp