CollectionBaseTForEach Method |
Performs the specified action on each item in this collection.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic virtual void ForEach(
Action<T> action
)
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