Method Apply Apply(Action<T>) Apply an single argument action, Action<> to this enumerable Declaration public virtual void Apply(Action<T> action) Parameters Type Name Description Action<T> action The action delegate Implements ICollectionValue<T>.Apply(Action<T>)