네임스페이스:ReactiveTests.Tests
어셈블리: Tests.System.Reactive(Tests.System.Reactive.dll)
구문
'Declaration
Public Shared Sub Do ( _
<OutAttribute> ByRef ex As Exception _
)
'Usage
Dim ex As Exception
TestCrashTaskPool.Do(ex)
public static void Do(
out Exception ex
)
public:
static void Do(
[OutAttribute] Exception^% ex
)
static member Do :
ex:Exception byref -> unit
public static function Do(
ex : Exception
)
매개 변수
- 전
형식: System.Exception%