コード例 #1
0
ファイル: SwappedByteBuffer.cs プロジェクト: zhangrl/helios
 public bool GetBoolean(int index)
 {
     return(_buf.GetBoolean(index));
 }