static public ILField GetILField(this ILValue item, string name) { return(item.GetILField(item.GetValueType().GetInstanceField(name))); }