|
ProcessQueueTForEach Method
|
Performs the specified action on each element of the
ProcessQueueT.
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic virtual void ForEach(
Action<T> action
)
Public Overridable Sub ForEach (
action As Action(Of T)
)
public:
virtual void ForEach(
Action<T>^ action
)
abstract ForEach :
action : Action<'T> -> unit
override ForEach :
action : Action<'T> -> unit function ForEach(action);
View SourceParameters
- action ActionT
- The Action delegate to perform on each element of the ProcessQueueT.
Exceptions
See Also