std
:
std.collections
.
List<T>
.FindNode
Method FindNode:
List
<T>.
Node
( value:T )
Finds the first node in the list containing a value.
Parameters
value
value The value to find.