NodeContainer<T>.

FindFirstNodeThatMatches(string[], int) Method

Syntax

public Node<T> FindFirstNodeThatMatches(string[] route, int compareLength)

Parameters

Name Type Description
route string[]
compareLength int

Return Value

Type Description
Node<T>