Show / Hide Table of Contents

Delegate VisitDelegate<T>

A delegate that defines a visit.

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public delegate bool VisitDelegate<T>(EdgePath<T> path);
Parameters
EdgePath<T> path

Returns
System.Boolean

Type Parameters
T

Back to top Built by Itinero, MIT licensed.