ClassDynamicHelper
Class
Encapsulates helper methods to generate Dynamic methods using System.Reflection.Emit.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public static class DynamicHelper
Inheritance: objectDynamicHelper
Methods
CreatePropertyValueGetter(Type, string)
Generates a untyped function to allow retrieving property values for instances of the specified type without using reflection.