MockDisposable Class

Inheritance Hierarchy

System.Object
  System.Collections.Generic.List<Int64>
    ReactiveTests.MockDisposable

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

Syntax

'Declaration
Public Class MockDisposable _
    Inherits List(Of Long) _
    Implements IDisposable
'Usage
Dim instance As MockDisposable
public class MockDisposable : List<long>, 
    IDisposable
public ref class MockDisposable : public List<long long>, 
    IDisposable
type MockDisposable =  
    class
        inherit List<int64>
        interface IDisposable
    end
public class MockDisposable extends List<long> implements IDisposable

The MockDisposable type exposes the following members.

Constructors

  Name Description
Public method MockDisposable

Top

Properties

  Name Description
Public property Capacity (Inherited from List<Int64>.)
Public property Count (Inherited from List<Int64>.)
Public property Item (Inherited from List<Int64>.)

Top

Methods

  Name Description
Public method Add (Inherited from List<Int64>.)
Public method AddRange (Inherited from List<Int64>.)
Public method AsReadOnly (Inherited from List<Int64>.)
Public method BinarySearch(T) (Inherited from List<Int64>.)
Public method BinarySearch(T, IComparer<T>) (Inherited from List<Int64>.)
Public method BinarySearch(Int32, Int32, T, IComparer<T>) (Inherited from List<Int64>.)
Public method Clear (Inherited from List<Int64>.)
Public method Contains (Inherited from List<Int64>.)
Public method ConvertAll<TOutput> (Inherited from List<Int64>.)
Public method CopyToT[]) (Inherited from List<Int64>.)
Public method CopyToT[], Int32) (Inherited from List<Int64>.)
Public method CopyTo(Int32, T[], Int32, Int32) (Inherited from List<Int64>.)
Public method Dispose
Public method Equals (Inherited from Object.)
Public method Exists (Inherited from List<Int64>.)
Protected method Finalize (Inherited from Object.)
Public method Find (Inherited from List<Int64>.)
Public method FindAll (Inherited from List<Int64>.)
Public method FindIndex(Predicate<T>) (Inherited from List<Int64>.)
Public method FindIndex(Int32, Predicate<T>) (Inherited from List<Int64>.)
Public method FindIndex(Int32, Int32, Predicate<T>) (Inherited from List<Int64>.)
Public method FindLast (Inherited from List<Int64>.)
Public method FindLastIndex(Predicate<T>) (Inherited from List<Int64>.)
Public method FindLastIndex(Int32, Predicate<T>) (Inherited from List<Int64>.)
Public method FindLastIndex(Int32, Int32, Predicate<T>) (Inherited from List<Int64>.)
Public method ForEach (Inherited from List<Int64>.)
Public method GetEnumerator (Inherited from List<Int64>.)
Public method GetHashCode (Inherited from Object.)
Public method GetRange (Inherited from List<Int64>.)
Public method GetType (Inherited from Object.)
Public method IndexOf(T) (Inherited from List<Int64>.)
Public method IndexOf(T, Int32) (Inherited from List<Int64>.)
Public method IndexOf(T, Int32, Int32) (Inherited from List<Int64>.)
Public method Insert (Inherited from List<Int64>.)
Public method InsertRange (Inherited from List<Int64>.)
Public method LastIndexOf(T) (Inherited from List<Int64>.)
Public method LastIndexOf(T, Int32) (Inherited from List<Int64>.)
Public method LastIndexOf(T, Int32, Int32) (Inherited from List<Int64>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from List<Int64>.)
Public method RemoveAll (Inherited from List<Int64>.)
Public method RemoveAt (Inherited from List<Int64>.)
Public method RemoveRange (Inherited from List<Int64>.)
Public method Reverse() (Inherited from List<Int64>.)
Public method Reverse(Int32, Int32) (Inherited from List<Int64>.)
Public method Sort() (Inherited from List<Int64>.)
Public method Sort(IComparer<T>) (Inherited from List<Int64>.)
Public method Sort(Comparison<T>) (Inherited from List<Int64>.)
Public method Sort(Int32, Int32, IComparer<T>) (Inherited from List<Int64>.)
Public method ToArray (Inherited from List<Int64>.)
Public method ToString (Inherited from Object.)
Public method TrimExcess (Inherited from List<Int64>.)
Public method TrueForAll (Inherited from List<Int64>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from List<Int64>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from List<Int64>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from List<Int64>.)
Explicit interface implemetationPrivate method IEnumerable<T>.GetEnumerator (Inherited from List<Int64>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from List<Int64>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from List<Int64>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from List<Int64>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from List<Int64>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from List<Int64>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from List<Int64>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from List<Int64>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from List<Int64>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from List<Int64>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from List<Int64>.)

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.

See Also

Reference

ReactiveTests Namespace