Compartir a través de


TestDelegate Delegado

Definición

Delegado usado por pruebas que ejecutan código y capturan cualquier excepción producida.

public delegate void TestDelegate();
type TestDelegate = delegate of unit -> unit

Se aplica a