C# 클래스 RockSmithTabExplorer.GuitarPath

파일 보기 프로젝트 열기: Jamedjo/RSTabExplorer

공개 메소드들

메소드 설명
FromSettings ( ) : GuitarPath
GuitarPath ( string name ) : System
Persist ( string name ) : GuitarPath
pickTrack ( IList songTracks ) : RockSmithTabExplorer.RSTrackInfo

비공개 메소드들

메소드 설명
findTrackContaining ( IList songTracks, string preferences ) : RockSmithTabExplorer.RSTrackInfo

메소드 상세

FromSettings() 공개 정적인 메소드

public static FromSettings ( ) : GuitarPath
리턴 GuitarPath

GuitarPath() 공개 메소드

public GuitarPath ( string name ) : System
name string
리턴 System

Persist() 공개 정적인 메소드

public static Persist ( string name ) : GuitarPath
name string
리턴 GuitarPath

pickTrack() 공개 메소드

public pickTrack ( IList songTracks ) : RockSmithTabExplorer.RSTrackInfo
songTracks IList
리턴 RockSmithTabExplorer.RSTrackInfo