コード例 #1
0
ファイル: WrappedByteBuffer.cs プロジェクト: wxlonstar/Fenix
 public int CompareTo(IByteBuffer buffer) => Buf.CompareTo(buffer);