다음을 통해 공유


TestDelegate 대리자

정의

코드를 실행하고 throw된 예외를 캡처하는 테스트에서 사용되는 대리자입니다.

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

적용 대상