C# 클래스 CubeIsland.LyricsReloaded.Provider.Variable

파일 보기 프로젝트 열기: pschichtel/LyricsReloaded

공개 메소드들

메소드 설명
Variable ( string name, Type type, FilterCollection filters = null ) : System.Text
getFilters ( ) : FilterCollection
getName ( ) : string
getType ( ) : Type
process ( string input, Encoding encoding ) : string

메소드 상세

Variable() 공개 메소드

public Variable ( string name, Type type, FilterCollection filters = null ) : System.Text
name string
type Type
filters CubeIsland.LyricsReloaded.Filters.FilterCollection
리턴 System.Text

getFilters() 공개 메소드

public getFilters ( ) : FilterCollection
리턴 CubeIsland.LyricsReloaded.Filters.FilterCollection

getName() 공개 메소드

public getName ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : Type
리턴 Type

process() 공개 메소드

public process ( string input, Encoding encoding ) : string
input string
encoding System.Text.Encoding
리턴 string