コード例 #1
0
ファイル: CustomBitArray.cs プロジェクト: yuanfei05/vita
 public bool IsSubSetOf(CustomBitArray other)
 {
     return other.IsSuperSetOf(this);
 }
コード例 #2
0
 public bool IsSubSetOf(CustomBitArray other)
 {
     return(other.IsSuperSetOf(this));
 }