共用方式為


MockDisposable 類別

繼承階層架構

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

Namespace:ReactiveTests
裝配: Tests.System.Reactive.dll) 中的 Tests.System.Reactive (

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

MockDisposable 類型會公開下列成員。

建構函式

  名稱 描述
方法 MockDisposable

頂端

屬性

  名稱 描述
屬性 容量 (繼承自List<Int64> .)
屬性 Count (繼承自List<Int64> .)
屬性 Item (繼承自List<Int64> .)

頂端

方法

  名稱 描述
方法 加入 (繼承自List<Int64> .)
方法 AddRange (繼承自List<Int64> .)
方法 AsReadOnly (繼承自List<Int64> .)
方法 BinarySearch (T) (繼承自List<Int64> .)
方法 BinarySearch (T、IComparer < T >) (繼承自List<Int64> .)
方法 BinarySearch (Int32、Int32、T、IComparer < T >) (繼承自List<Int64> .)
方法 清除 (繼承自List<Int64> .)
方法 Contains (繼承自List<Int64> .)
方法 ConvertAll < TOutput> (繼承自List<Int64> .)
方法 CopyToT[]) (繼承自List<Int64> .)
方法 CopyTot[], Int32) (繼承自List<Int64> .)
方法 CopyTo (Int32, T[], Int32, Int32) (繼承自List<Int64> .)
方法 Dispose
方法 等於 (繼承自 Object.)
方法 Exists (繼承自List<Int64> .)
完成 (繼承自 Object.)
方法 Find (繼承自List<Int64> .)
方法 FindAll (繼承自List<Int64> .)
方法 FindIndex (述詞 < T >) (繼承自List<Int64> .)
方法 FindIndex (Int32, Predicate < T >) (繼承自List<Int64> .)
方法 FindIndex (Int32、 Int32、 Predicate < T >) (繼承自List<Int64> .)
方法 FindLast (繼承自List<Int64> .)
方法 FindLastIndex (Predicate < T >) (繼承自List<Int64> .)
方法 FindLastIndex (Int32, Predicate < T >) (繼承自List<Int64> .)
方法 FindLastIndex (Int32、Int32、述詞 < T >) (繼承自List<Int64> .)
方法 ForEach (繼承自List<Int64> .)
方法 GetEnumerator (繼承自List<Int64> .)
方法 GetHashCode 繼承自 Object.) 的 (
方法 GetRange (繼承自List<Int64> .)
方法 GetType 繼承自 Object.) 的 (
方法 IndexOf (T) (繼承自List<Int64> .)
方法 IndexOf (T、Int32) (繼承自List<Int64> .)
方法 IndexOf (T、Int32、Int32) (繼承自List<Int64> .)
方法 插入 (繼承自List<Int64> .)
方法 InsertRange (繼承自List<Int64> .)
方法 LastIndexOf (T) (繼承自List<Int64> .)
方法 LastIndexOf (T, Int32) (繼承自List<Int64> .)
方法 LastIndexOf (T、Int32、Int32) (繼承自List<Int64> .)
方法 MemberwiseClone 繼承自 Object.) 的 (
方法 移除 (繼承自List<Int64> .)
方法 RemoveAll (繼承自List<Int64> .)
方法 RemoveAt (繼承自List<Int64> .)
方法 RemoveRange (繼承自List<Int64> .)
方法 Reverse () (繼承自List<Int64> .)
方法 反向 (Int32、Int32) (繼承自List<Int64> .)
方法 Sort () (繼承自List<Int64> .)
方法 排序 (IComparer < T >) (繼承自List<Int64> .)
方法 排序 (比較 < T >) (繼承自List<Int64> .)
方法 排序 (Int32、Int32、IComparer < T >) (繼承自List<Int64> .)
方法 ToArray (繼承自List<Int64> .)
方法 ToString 繼承自 Object.) 的 (
方法 TrimExcess (繼承自List<Int64> .)
方法 TrueForAll (繼承自List<Int64> .)

頂端

明確介面實作

  名稱 描述
明確介面隱含 IList.Add (繼承自List<Int64> .)
明確介面隱含 IList.Contains (繼承自List<Int64> .)
明確介面隱含 ICollection.CopyTo (繼承自List<Int64> .)
明確介面隱含 IEnumerable < T > .GetEnumerator (繼承自List<Int64> .)
明確介面隱含 IEnumerable.GetEnumerator (繼承自List<Int64> .)
明確介面隱含 IList.IndexOf (繼承自List<Int64> .)
明確介面隱含 IList.Insert (繼承自List<Int64> .)
隱含 IList.IsFixedSize (繼承自List<Int64> .)
隱含 ICollection < T > .IsReadOnly (繼承自List<Int64> .)
隱含 IList.IsReadOnly (繼承自List<Int64> .)
隱含 ICollection.IsSynchronized (繼承自List<Int64> .)
隱含 IList.Item (繼承自List<Int64> .)
明確介面隱含 IList.Remove (繼承自List<Int64> .)
隱含 ICollection.SyncRoot (繼承自List<Int64> .)

頂端

執行緒安全性

這個類型的任何公用靜態 (Visual Basic 中的 Shared) 成員都是安全執行緒。 並非所有的執行個體成員都是安全執行緒。

另請參閱

參考

ReactiveTests 命名空間