Click or drag to resize

EngineNodesFind Method

Overload List
  NameDescription
Public methodFind(String)
Find EngineNode based on Node ID.
Public methodFind(PredicateEngineNode)
Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire list.

Linear searching, o(n), so use with care.

Top
See Also