'Declaration Public Sub ForEach( _ ByVal action As Action(Of Style) _ )
public void ForEach( Action<Style> action )
'Declaration Public Sub ForEach( _ ByVal action As Action(Of Style) _ )
public void ForEach( Action<Style> action )
Exception | Description |
---|---|
System.ArgumentNullException | action is null. |
System.InvalidOperationException | An element in the collection has been modified. This exception is thrown starting with the .NET Framework 4.5. |