public void AddCustomBind<T>(
Func<T> evalutateValue,
Action<T> setPropertiesAcordingToValues
)
Public Sub AddCustomBind(Of T) (
evalutateValue As Func(Of T),
setPropertiesAcordingToValues As Action(Of T)
)
member AddCustomBind :
evalutateValue : Func<'T> *
setPropertiesAcordingToValues : Action<'T> -> unit