예제 #1
0
파일: Regex.cs 프로젝트: AirKuma/AirProject
 public static QuoteType GetQuoteType(this char c)
 {
     return(LiteralStatus.GetQuoteType(c));
 }
예제 #2
0
파일: Regex.cs 프로젝트: AirKuma/AirProject
 public static BracketType GetBracketType(this char c)
 {
     return(LiteralStatus.GetBracketType(c));
 }