IRefAction<T>.Invoke(T) Method

Definition

Executes the action on a specified T item.

public void Invoke (ref T item);
abstract member Invoke : 'T -> unit
Public Sub Invoke (ByRef item As T)

Parameters

item
T

The current item to process.

Applies to