SetBitsRW() 개인적인 메소드

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