コード例 #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));
 }