Namespace:ReactiveTests.Tests
装配: Tests.System.Reactive.dll) 中的 Tests.System.Reactive (
语法
'Declaration
Public Shared Sub M6 ( _
i As Integer _
)
'Usage
Dim i As Integer
ObservableTest..::..FromEvent.M6(i)
public static void M6(
int i
)
public:
static void M6(
int i
)
static member M6 :
i:int -> unit
public static function M6(
i : int
)
参数
- i
类型: System.Int32