Ejemplo n.º 1
0
 public FieldInfoItemASM(FieldInfo field, bool allowNullEquivalentValue, String propertyName)
     : base(field, allowNullEquivalentValue, propertyName)
 {
     getDelegate = TypeUtility.GetMemberGetDelegate(field.DeclaringType, field.Name);
     setDelegate = TypeUtility.GetMemberSetDelegate(field.DeclaringType, field.Name);
 }