コード例 #1
0
ファイル: FileOperator.cs プロジェクト: w393278126/platform
 public int Count()
 {
     return((int)StreamOperator.Count(ms));
 }