Class DynamicHelper
Encapsulates helper methods to generate Dynamic methods using System.Reflection.Emit.
Inheritance
System.Object
DynamicHelper
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public static class DynamicHelper : Object
Methods
CreatePropertyValueGetter(Type, String)
Generates a GetPropertyValueDelegate instance to allow for retrieving property values for instances of the specified type without using reflection.
Declaration
public static GetPropertyValueDelegate CreatePropertyValueGetter(Type type, string propertyName)
Parameters
System.Type
type
|
System.String
propertyName
|
Returns
GetPropertyValueDelegate
|