SetBitsInput() 개인적인 메소드

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