public static void ForEach<T>( IEnumerable<T> source, Action<T> action )
'宣言 Public Shared Sub ForEach(Of T)( _ ByVal source As IEnumerable(Of T), _ ByVal action As Action(Of T) _ )
'宣言
Public Shared Sub ForEach(Of T)( _ ByVal source As IEnumerable(Of T), _ ByVal action As Action(Of T) _ )
EnumerableExtensions クラス EnumerableExtensions メンバ