コード例 #1
0
ファイル: Dictionaries.cs プロジェクト: linearregression/C5
 public bool Check()
 {
     return(sorteddict.Check());
 }