コード例 #1
0
ファイル: FilterBase.cs プロジェクト: hackerlank/zlr
 public virtual UnicodeCaps CheckUnicode(char ch)
 {
     return(next.CheckUnicode(ch));
 }