GetBitsInput() private method

private GetBitsInput ( int index ) : bool
index int
return bool
示例#1
0
 public bool this [int indexer] {
     get {
         return(core.GetBitsInput(indexer));
     }
     set {
         core.SetBitsInput(indexer, value);
     }
 }