ObservableTest.Create_Dispose Method

Namespace:  ReactiveTests.Tests
Assembly:  Tests.System.Reactive (in Tests.System.Reactive.dll)

Syntax

'Declaration
<TestMethodAttribute> _
Public Sub Create_Dispose
'Usage
Dim instance As ObservableTest

instance.Create_Dispose()
[TestMethodAttribute]
public void Create_Dispose()
[TestMethodAttribute]
public:
void Create_Dispose()
[<TestMethodAttribute>]
member Create_Dispose : unit -> unit 
public function Create_Dispose()

See Also

Reference

ObservableTest Class

ReactiveTests.Tests Namespace