Exemple #1
0
 public Uint32 this[Uint32Field f]
 {
     get { return((Uint32)Fields[f]); }
     set { Fields[f] = value; }
 }