PexAction<T1,T2> Delegate
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.
Anonymous action
generic <typename T1, typename T2>
public delegate void PexAction(T1 first, T2 second);
public delegate void PexAction<T1,T2>(T1 first, T2 second);
type PexAction<'T1, 'T2> = delegate of 'T1 * 'T2 -> unit
Public Delegate Sub PexAction(Of T1, T2)(first As T1, second As T2)
Type Parameters
- T1
- T2
Parameters
- first
- T1
- second
- T2