DelegateProperty<T0,T1> Constructor

Declaration

public DelegateProperty<T0,T1>(string name, PropertyGetter<TContainer,TValue> getter, PropertySetter<TContainer,TValue> setter);

Parameters

name The property name.
getter The delegate to use when accessing the property value.
setter The delegate to use when setting the property value.

Description

Initializes a new instance of the DelegateProperty_2 class.


Did you find this page useful? Please give it a rating: