'宣言
Public Sub ForEach( _ ByVal action As Action(Of Style) _ )
public void ForEach( Action<Style> action )
'宣言
Public Sub ForEach( _ ByVal action As Action(Of Style) _ )
public void ForEach( Action<Style> action )
例外 | 解説 |
---|---|
System.ArgumentNullException | action is null 参照 (Visual Basicでは Nothing). |
System.InvalidOperationException | An element in the collection has been modified. |