Exemple #1
0
 internal OptionDescriptor(FieldInfo fi, OptionAttribute attr)
 {
     this.fi   = fi;
     this.attr = attr;
 }