Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Given
Common
CleanupHelper
C# 클래스 Given.Common.CleanupHelper
파일 보기
프로젝트 열기: ncgonz/given
공개 메소드들
메소드
설명
CleanupHelper
(
string
context
) :
System
WithCleanup
(
System.Action
cleanupAction
) :
void
메소드 상세
CleanupHelper()
공개
메소드
public
CleanupHelper
(
string
context
) :
System
context
string
리턴
System
WithCleanup()
공개
메소드
public
WithCleanup
(
System.Action
cleanupAction
) :
void
cleanupAction
System.Action
리턴
void