Share via


PexAction<T> Delegate

Definition

Anonymous action

generic <typename T>
public delegate void PexAction();
public delegate void PexAction<T>();
type PexAction<'T> = delegate of unit -> unit
Public Delegate Sub PexAction(Of T)()

Type Parameters

T

Applies to