GetBitsInput() 개인적인 메소드

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