TestDelegate 委托

定义

由执行代码并捕获任何引发异常的测试使用的委托。

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

适用于