'宣言 Public Sub ForEach( _ ByVal action As System.Action(Of Integer) _ )
'使用法 Dim instance As BookmarkList Dim action As System.Action(Of Integer) instance.ForEach(action)
public void ForEach( System.Action<int> action )
パラメータ
- action
'宣言 Public Sub ForEach( _ ByVal action As System.Action(Of Integer) _ )
'使用法 Dim instance As BookmarkList Dim action As System.Action(Of Integer) instance.ForEach(action)
public void ForEach( System.Action<int> action )