コード例 #1
0
ファイル: GroupMessage.cs プロジェクト: xlfj5211/esb
 static Int32 GetBytesCount(Int64 n)
 {
     return(BinaryWriterX.GetEncodedIntSize(n));
 }