[Missing <summary> documentation for "M:WorkZone.Dispatcher.Base.Messages.ExtensionMethods.Foreach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})"]
public static void Foreach<T>(
this IEnumerable<T> enumerable,
Action<T> action
)
<ExtensionAttribute>
Public Shared Sub Foreach(Of T) (
enumerable As IEnumerable(Of T),
action As Action(Of T)
)
public:
[ExtensionAttribute]
generic<typename T>
static void Foreach(
IEnumerable<T>^ enumerable,
Action<T>^ action
)
[<ExtensionAttribute>]
static member Foreach :
enumerable : IEnumerable<'T> *
action : Action<'T> -> unit
[Missing <param name="enumerable"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.ExtensionMethods.Foreach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})"]
[Missing <param name="action"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.ExtensionMethods.Foreach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})"]
[Missing <typeparam name="T"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.ExtensionMethods.Foreach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})"]