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