Ejemplo n.º 1
0
 public ByteRegister this[MAX19506 r]
 {
     get { return(this[(uint)r]); }
     set { this[(uint)r] = value; }
 }
Ejemplo n.º 2
0
 public ByteRegister this[MAX19506 r]
 {
     get { return this[(uint)r]; }
     set { this[(uint)r] = value; }
 }