GetPropertyValueDelegate
Delegate
Retrieves the value of a property of an object instance. Used to generate dynamic methods to bypass reflection.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public delegate object GetPropertyValueDelegate(object instance)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object instance, AsyncCallback callback, object @object)