C# 클래스 CubeIsland.LyricsReloaded.Provider.Loader.Pattern

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

공개 메소드들

메소드 설명
Pattern ( Regex regex ) : System
Pattern ( string regex, string options ) : System
ToString ( ) : string
apply ( string content ) : String
fromYamlNode ( YamlNode node ) : Pattern
regexFromYamlNode ( YamlNode node, RegexOptions options ) : Regex
regexOptionsFromString ( string optionString ) : RegexOptions

메소드 상세

Pattern() 공개 메소드

public Pattern ( Regex regex ) : System
regex System.Text.RegularExpressions.Regex
리턴 System

Pattern() 공개 메소드

public Pattern ( string regex, string options ) : System
regex string
options string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

apply() 공개 메소드

public apply ( string content ) : String
content string
리턴 String

fromYamlNode() 공개 정적인 메소드

public static fromYamlNode ( YamlNode node ) : Pattern
node YamlDotNet.RepresentationModel.YamlNode
리턴 Pattern

regexFromYamlNode() 공개 정적인 메소드

public static regexFromYamlNode ( YamlNode node, RegexOptions options ) : Regex
node YamlDotNet.RepresentationModel.YamlNode
options RegexOptions
리턴 System.Text.RegularExpressions.Regex

regexOptionsFromString() 공개 정적인 메소드

public static regexOptionsFromString ( string optionString ) : RegexOptions
optionString string
리턴 RegexOptions