Click or drag to resize
CollectionBaseTForEach Method
Performs the specified action on each item in this collection.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public virtual void ForEach(
	Action<T> action
)

Parameters

action
Type: SystemActionT
An Action delegate which is invoked for each item in this collection.
See Also