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