Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: T FindLast(Predicate<T>)

  • Declared in: RT.Util.Collections.AutoList<T>

Declaration

public T FindLast(
    Predicate<T> match
)

Summary

Equivalent to the same method in List<T>.