MockEnumerable<T> Class
Inheritance Hierarchy
System.Object
ReactiveTests.MockEnumerable<T>
Namespace: ReactiveTests
Assembly: Tests.System.Reactive (in Tests.System.Reactive.dll)
Syntax
'Declaration
Public Class MockEnumerable(Of T) _
Implements IEnumerable(Of T), IEnumerable
'Usage
Dim instance As MockEnumerable(Of T)
public class MockEnumerable<T> : IEnumerable<T>,
IEnumerable
generic<typename T>
public ref class MockEnumerable : IEnumerable<T>,
IEnumerable
type MockEnumerable<'T> =
class
interface IEnumerable<'T>
interface IEnumerable
end
JScript does not support generic types and methods.
Type Parameters
- T
The MockEnumerable<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
MockEnumerable<T> |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
![]() |
AssertEqual<T>(IEnumerable<T>) | Overloaded. (Defined by Extensions.) |
![]() |
AssertEqual<T>T[]) | Overloaded. (Defined by Extensions.) |
![]() |
Subscribe<T>(IObserver<T>) | Overloaded. Subscribes an observer to an enumerable sequence with the specified source and observer. (Defined by Observable.) |
![]() |
Subscribe<T>(IObserver<T>, IScheduler) | Overloaded. Subscribes an observer to an enumerable sequence with the specified source and observer. (Defined by Observable.) |
![]() |
ToObservable<T>() | Overloaded. Converts an enumerable sequence to an observable sequence with a specified source. (Defined by Observable.) |
![]() |
ToObservable<T>(IScheduler) | Overloaded. Converts an enumerable sequence to an observable sequence with a specified source and scheduler. (Defined by Observable.) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
Scheduler | |
![]() |
Subscriptions |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.