ArrayUtility.FindAll
static function FindAll(array: T[], match: Predicate<T>): List<T>;
Description