Click or drag to resize

ExtensionMethodsForEachT Method

For each item in an enumerable

Namespace:  SanteDB
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax
public static void ForEach<T>(
	IEnumerable<T> me,
	Action<T> action
)

Parameters

me
Type: System.Collections.GenericIEnumerableT

[Missing <param name="me"/> documentation for "M:SanteDB.ExtensionMethods.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})"]

action
Type: SystemActionT

[Missing <param name="action"/> documentation for "M:SanteDB.ExtensionMethods.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:SanteDB.ExtensionMethods.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})"]

See Also