Class
DynamicHelper

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

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public static class DynamicHelper

Inheritance: objectDynamicHelper

Methods

CreatePropertyValueGetter(Type, string)

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

Declaration

cs-api-definition
public static GetPropertyValueDelegate CreatePropertyValueGetter(Type type, string propertyName)

Parameters

type

Type

propertyName

string

Returns

GetPropertyValueDelegate