public void ForEach( Action<T> action )
Public Sub ForEach ( action As Action(Of T) )
public: void ForEach( Action<T>^ action )
© 2018 GitHub Community. All rights reserved.