상속 계층 구조
System.Object
System.Collections.Generic.List<Int64>
ReactiveTests.MockDisposable
네임스페이스:ReactiveTests
어셈블리: Tests.System.Reactive(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
MockDisposable 형식은 다음 멤버를 노출합니다.
생성자
| 속성 | Description | |
|---|---|---|
|
MockDisposable |
상위
속성
| 속성 | Description | |
|---|---|---|
|
용량 | (목록에서< 상속됨Int64>.) |
|
Count | (목록에서< 상속됨Int64>.) |
|
Item | (목록에서< 상속됨Int64>.) |
상위
메서드
상위
명시적 인터페이스 구현
| 속성 | Description | |
|---|---|---|
|
IList.Add | (목록에서< 상속됨Int64>.) |
|
IList.Contains | (목록에서< 상속됨Int64>.) |
|
ICollection.CopyTo | (목록에서< 상속됨Int64>.) |
|
IEnumerable<T>. GetEnumerator | (목록에서< 상속됨Int64>.) |
|
IEnumerable.GetEnumerator | (목록에서< 상속됨Int64>.) |
|
IList.IndexOf | (목록에서< 상속됨Int64>.) |
|
IList.Insert | (목록에서< 상속됨Int64>.) |
|
IList.IsFixedSize | (목록에서< 상속됨Int64>.) |
|
ICollection<T>. Isreadonly | (목록에서< 상속됨Int64>.) |
|
IList.IsReadOnly | (목록에서< 상속됨Int64>.) |
|
ICollection.IsSynchronized | (목록에서< 상속됨Int64>.) |
|
IList.Item | (목록에서< 상속됨Int64>.) |
|
IList.Remove | (목록에서< 상속됨Int64>.) |
|
ICollection.SyncRoot | (목록에서< 상속됨Int64>.) |
상위
스레드 보안
이 형식의 모든 public static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 구성원은 스레드로부터의 안전성이 보장되지 않습니다.