com.onlineobject.objectnet Namespace

InputEntry<(Of <(<'T>)>)>..::..OnEvaluate Method

Sets the evaluation function for the input entry.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public void OnEvaluate(

	Func<T> function

)

Parameters

function
Type: Func<(Of <(<'T>)>)>
The evaluation function to set.