Show / Hide Table of Contents

Delegate Statics.SearchCheck<TNode>

Checks the status of a graph search.

Namespace: Towel
Assembly: Towel.dll
Syntax
public delegate Statics.GraphSyntax.GraphSearchStatusStruct SearchCheck<TNode>(TNode current);
Parameters
Type Name Description
TNode current

The current node of the search.

Returns
Type Description
Statics.GraphSyntax.GraphSearchStatusStruct

The status of the search.

Type Parameters
Name Description
TNode

The node type of the search.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX