Click or drag to resize
BigListTForEach Method
Performs the specified action on each element of the BigList.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void ForEach(
	Action<T> action
)

Parameters

action
Type: SystemActionT
The delegate to perform on each element of the BigList.
See Also