Class DisposableBag
Inheritance
System.Object
System.Collections.Generic.List<System.IDisposable>
DisposableBag
Implements
System.Collections.Generic.IList<System.IDisposable>
System.Collections.Generic.ICollection<System.IDisposable>
System.Collections.Generic.IReadOnlyList<System.IDisposable>
System.Collections.Generic.IReadOnlyCollection<System.IDisposable>
System.Collections.Generic.IEnumerable<System.IDisposable>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.IDisposable
Inherited Members
System.Collections.Generic.List<System.IDisposable>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<System.IDisposable>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<System.IDisposable>.Add(System.IDisposable)
System.Collections.Generic.List<System.IDisposable>.AddRange(System.Collections.Generic.IEnumerable<System.IDisposable>)
System.Collections.Generic.List<System.IDisposable>.AsReadOnly()
System.Collections.Generic.List<System.IDisposable>.BinarySearch(System.IDisposable)
System.Collections.Generic.List<System.IDisposable>.BinarySearch(System.IDisposable, System.Collections.Generic.IComparer<System.IDisposable>)
System.Collections.Generic.List<System.IDisposable>.BinarySearch(System.Int32, System.Int32, System.IDisposable, System.Collections.Generic.IComparer<System.IDisposable>)
System.Collections.Generic.List<System.IDisposable>.Clear()
System.Collections.Generic.List<System.IDisposable>.Contains(System.IDisposable)
System.Collections.Generic.List<System.IDisposable>.ConvertAll<TOutput>(System.Converter<System.IDisposable, TOutput>)
System.Collections.Generic.List<System.IDisposable>.CopyTo(System.IDisposable[])
System.Collections.Generic.List<System.IDisposable>.CopyTo(System.IDisposable[], System.Int32)
System.Collections.Generic.List<System.IDisposable>.CopyTo(System.Int32, System.IDisposable[], System.Int32, System.Int32)
System.Collections.Generic.List<System.IDisposable>.Exists(System.Predicate<System.IDisposable>)
System.Collections.Generic.List<System.IDisposable>.Find(System.Predicate<System.IDisposable>)
System.Collections.Generic.List<System.IDisposable>.FindAll(System.Predicate<System.IDisposable>)
System.Collections.Generic.List<System.IDisposable>.FindIndex(System.Int32, System.Int32, System.Predicate<System.IDisposable>)
System.Collections.Generic.List<System.IDisposable>.FindIndex(System.Int32, System.Predicate<System.IDisposable>)
System.Collections.Generic.List<System.IDisposable>.FindIndex(System.Predicate<System.IDisposable>)
System.Collections.Generic.List<System.IDisposable>.FindLast(System.Predicate<System.IDisposable>)
System.Collections.Generic.List<System.IDisposable>.FindLastIndex(System.Int32, System.Int32, System.Predicate<System.IDisposable>)
System.Collections.Generic.List<System.IDisposable>.FindLastIndex(System.Int32, System.Predicate<System.IDisposable>)
System.Collections.Generic.List<System.IDisposable>.FindLastIndex(System.Predicate<System.IDisposable>)
System.Collections.Generic.List<System.IDisposable>.ForEach(System.Action<System.IDisposable>)
System.Collections.Generic.List<System.IDisposable>.GetEnumerator()
System.Collections.Generic.List<System.IDisposable>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<System.IDisposable>.IndexOf(System.IDisposable)
System.Collections.Generic.List<System.IDisposable>.IndexOf(System.IDisposable, System.Int32)
System.Collections.Generic.List<System.IDisposable>.IndexOf(System.IDisposable, System.Int32, System.Int32)
System.Collections.Generic.List<System.IDisposable>.Insert(System.Int32, System.IDisposable)
System.Collections.Generic.List<System.IDisposable>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<System.IDisposable>)
System.Collections.Generic.List<System.IDisposable>.LastIndexOf(System.IDisposable)
System.Collections.Generic.List<System.IDisposable>.LastIndexOf(System.IDisposable, System.Int32)
System.Collections.Generic.List<System.IDisposable>.LastIndexOf(System.IDisposable, System.Int32, System.Int32)
System.Collections.Generic.List<System.IDisposable>.Remove(System.IDisposable)
System.Collections.Generic.List<System.IDisposable>.RemoveAll(System.Predicate<System.IDisposable>)
System.Collections.Generic.List<System.IDisposable>.RemoveAt(System.Int32)
System.Collections.Generic.List<System.IDisposable>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<System.IDisposable>.Reverse()
System.Collections.Generic.List<System.IDisposable>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<System.IDisposable>.Sort()
System.Collections.Generic.List<System.IDisposable>.Sort(System.Collections.Generic.IComparer<System.IDisposable>)
System.Collections.Generic.List<System.IDisposable>.Sort(System.Comparison<System.IDisposable>)
System.Collections.Generic.List<System.IDisposable>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<System.IDisposable>)
System.Collections.Generic.List<System.IDisposable>.System.Collections.Generic.IEnumerable<System.IDisposable>.GetEnumerator()
System.Collections.Generic.List<System.IDisposable>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<System.IDisposable>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<System.IDisposable>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<System.IDisposable>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<System.IDisposable>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<System.IDisposable>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<System.IDisposable>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<System.IDisposable>.ToArray()
System.Collections.Generic.List<System.IDisposable>.TrimExcess()
System.Collections.Generic.List<System.IDisposable>.TrueForAll(System.Predicate<System.IDisposable>)
System.Collections.Generic.List<System.IDisposable>.Capacity
System.Collections.Generic.List<System.IDisposable>.Count
System.Collections.Generic.List<System.IDisposable>.Item[System.Int32]
System.Collections.Generic.List<System.IDisposable>.System.Collections.Generic.ICollection<System.IDisposable>.IsReadOnly
System.Collections.Generic.List<System.IDisposable>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<System.IDisposable>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<System.IDisposable>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<System.IDisposable>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<System.IDisposable>.System.Collections.IList.Item[System.Int32]
Namespace: MediaBrowser.Controller.Base
Assembly: MediaBrowser.Controller.dll
Syntax
public class DisposableBag : List<IDisposable>, IList<IDisposable>, ICollection<IDisposable>, IReadOnlyList<IDisposable>, IReadOnlyCollection<IDisposable>, IEnumerable<IDisposable>, IList, ICollection, IEnumerable, IDisposable
Methods
Dispose()
Declaration
public void Dispose()
TakeAll()
Declaration
public IList<IDisposable> TakeAll()
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<System.IDisposable> |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.IDisposable