ObservableBlockingTest.FirstOrDefault_Empty Method

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

Syntax

'Declaration
<TestMethodAttribute> _
Public Sub FirstOrDefault_Empty
'Usage
Dim instance As ObservableBlockingTest

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

See Also

Reference

ObservableBlockingTest Class

ReactiveTests.Tests Namespace