New to Telerik UI for WPFStart a free 30-day trial

Encapsulates helper methods to generate Dynamic methods using System.Reflection.Emit.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public static class DynamicHelper

Inheritance: objectDynamicHelper

Methods

Generates a GetPropertyValueDelegate instance to allow for retrieving property values for instances of the specified type without using reflection.

C#
public static GetPropertyValueDelegate CreatePropertyValueGetter(Type type, string propertyName)
Parameters:typeTypepropertyNamestringReturns:

GetPropertyValueDelegate