IInAction<T>.Invoke(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes the action on a specified T
item.
public void Invoke (in T item);
abstract member Invoke : 'T -> unit
Public Sub Invoke (item As T)
Parameters
- item
- T
The current item to process.