GetBitsRW() 개인적인 메소드

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