Example #1
0
 public ByteRegister this[MAX19506 r]
 {
     get { return(this[(uint)r]); }
     set { this[(uint)r] = value; }
 }
Example #2
0
 public ByteRegister this[MAX19506 r]
 {
     get { return this[(uint)r]; }
     set { this[(uint)r] = value; }
 }