Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
MockDisposable |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Capacity | (Inherited from List<Int64>.) |
![]() |
Count | (Inherited from List<Int64>.) |
![]() |
Item | (Inherited from List<Int64>.) |
Top
Methods
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IList.Add | (Inherited from List<Int64>.) |
![]() ![]() |
IList.Contains | (Inherited from List<Int64>.) |
![]() ![]() |
ICollection.CopyTo | (Inherited from List<Int64>.) |
![]() ![]() |
IEnumerable<T>.GetEnumerator | (Inherited from List<Int64>.) |
![]() ![]() |
IEnumerable.GetEnumerator | (Inherited from List<Int64>.) |
![]() ![]() |
IList.IndexOf | (Inherited from List<Int64>.) |
![]() ![]() |
IList.Insert | (Inherited from List<Int64>.) |
![]() ![]() |
IList.IsFixedSize | (Inherited from List<Int64>.) |
![]() ![]() |
ICollection<T>.IsReadOnly | (Inherited from List<Int64>.) |
![]() ![]() |
IList.IsReadOnly | (Inherited from List<Int64>.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from List<Int64>.) |
![]() ![]() |
IList.Item | (Inherited from List<Int64>.) |
![]() ![]() |
IList.Remove | (Inherited from List<Int64>.) |
![]() ![]() |
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.