Method Apply Apply(Action<T>) Apply a delegate to all items of this collection. Declaration void Apply(Action<T> action) Parameters Type Name Description Action<T> action The delegate to apply