GetBitsRW() private method

private GetBitsRW ( int index ) : bool
index int
return bool
コード例 #1
0
 public bool this [int indexer] {
     get {
         return(core.GetBitsRW(indexer));
     }
     set {
         core.SetBitsRW(indexer, value);
     }
 }