Delegate ZeroLengthLinksOptimizer.CanRemoveDelegate
A delegate to control the removal of an edge.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public delegate bool CanRemoveDelegate(EdgeData edge);
Parameters
EdgeData
edge
|
Returns
System.Boolean
|