ObservableTest.FromEvent.M6 Method
Namespace: ReactiveTests.Tests
Assembly: Tests.System.Reactive (in Tests.System.Reactive.dll)
Syntax
'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
)
Parameters
- i
Type: System.Int32