c# Programming Glossary: fastpropertygethandler
Anyone know a quick way to get to custom attributes on an enum value? http://stackoverflow.com/questions/17772/anyone-know-a-quick-way-to-get-to-custom-attributes-on-an-enum-value to emit a getter from a property public delegate object FastPropertyGetHandler object target private static void EmitBoxIfNeeded ILGenerator.. ilGenerator.Emit OpCodes.Box type public static FastPropertyGetHandler GetPropertyGetter PropertyInfo propInfo generates a dynamic.. propInfo generates a dynamic method to generate a FastPropertyGetHandler delegate DynamicMethod dynamicMethod new DynamicMethod string.Empty..
|