Home JsonFunctionDelegate Delegate
JsonFunctionDelegate Delegate
Cancel

JsonFunctionDelegate Delegate

JsonFunctionDelegate Delegate

Namespace: Json.JsonE

Inheritance: JsonFunctionDelegate 🡒 MulticastDelegate 🡒 Delegate 🡒 object

Implemented interfaces:

  • ICloneable
  • ISerializable

Defines a signature for custom JSON-e functions.

Declaration

1
public delegate JsonNode JsonFunctionDelegate(JsonNode[] arguments, EvaluationContext context)
ParameterTypeDescription
argumentsJsonNode[] 
contextEvaluationContext 

Returns