共用方式為


TestDelegate 代理人

定義

執行程式碼並擷取任何擲回例外狀況的測試所使用的委派。

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

適用於