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