Class EditableObjectCollection
Inheritance
System.Object
System.Collections.Generic.List<EditableObjectBase>
EditableObjectCollection
Implements
System.Collections.Generic.IList<EditableObjectBase>
System.Collections.Generic.ICollection<EditableObjectBase>
System.Collections.Generic.IReadOnlyList<EditableObjectBase>
System.Collections.Generic.IReadOnlyCollection<EditableObjectBase>
System.Collections.Generic.IEnumerable<EditableObjectBase>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IEnumerable<IEditableObject>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.Add(Emby.Web.GenericEdit.EditableObjectBase)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.AddRange(System.Collections.Generic.IEnumerable<Emby.Web.GenericEdit.EditableObjectBase>)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.AsReadOnly()
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.BinarySearch(Emby.Web.GenericEdit.EditableObjectBase)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.BinarySearch(Emby.Web.GenericEdit.EditableObjectBase, System.Collections.Generic.IComparer<Emby.Web.GenericEdit.EditableObjectBase>)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.BinarySearch(System.Int32, System.Int32, Emby.Web.GenericEdit.EditableObjectBase, System.Collections.Generic.IComparer<Emby.Web.GenericEdit.EditableObjectBase>)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.Clear()
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.Contains(Emby.Web.GenericEdit.EditableObjectBase)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.ConvertAll<TOutput>(System.Converter<Emby.Web.GenericEdit.EditableObjectBase, TOutput>)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.CopyTo(Emby.Web.GenericEdit.EditableObjectBase[])
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.CopyTo(Emby.Web.GenericEdit.EditableObjectBase[], System.Int32)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.CopyTo(System.Int32, Emby.Web.GenericEdit.EditableObjectBase[], System.Int32, System.Int32)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.Exists(System.Predicate<Emby.Web.GenericEdit.EditableObjectBase>)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.Find(System.Predicate<Emby.Web.GenericEdit.EditableObjectBase>)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.FindAll(System.Predicate<Emby.Web.GenericEdit.EditableObjectBase>)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.FindIndex(System.Int32, System.Int32, System.Predicate<Emby.Web.GenericEdit.EditableObjectBase>)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.FindIndex(System.Int32, System.Predicate<Emby.Web.GenericEdit.EditableObjectBase>)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.FindIndex(System.Predicate<Emby.Web.GenericEdit.EditableObjectBase>)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.FindLast(System.Predicate<Emby.Web.GenericEdit.EditableObjectBase>)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Emby.Web.GenericEdit.EditableObjectBase>)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.FindLastIndex(System.Int32, System.Predicate<Emby.Web.GenericEdit.EditableObjectBase>)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.FindLastIndex(System.Predicate<Emby.Web.GenericEdit.EditableObjectBase>)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.ForEach(System.Action<Emby.Web.GenericEdit.EditableObjectBase>)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.GetEnumerator()
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.IndexOf(Emby.Web.GenericEdit.EditableObjectBase)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.IndexOf(Emby.Web.GenericEdit.EditableObjectBase, System.Int32)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.IndexOf(Emby.Web.GenericEdit.EditableObjectBase, System.Int32, System.Int32)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.Insert(System.Int32, Emby.Web.GenericEdit.EditableObjectBase)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Emby.Web.GenericEdit.EditableObjectBase>)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.LastIndexOf(Emby.Web.GenericEdit.EditableObjectBase)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.LastIndexOf(Emby.Web.GenericEdit.EditableObjectBase, System.Int32)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.LastIndexOf(Emby.Web.GenericEdit.EditableObjectBase, System.Int32, System.Int32)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.Remove(Emby.Web.GenericEdit.EditableObjectBase)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.RemoveAll(System.Predicate<Emby.Web.GenericEdit.EditableObjectBase>)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.RemoveAt(System.Int32)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.Reverse()
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.Sort()
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.Sort(System.Collections.Generic.IComparer<Emby.Web.GenericEdit.EditableObjectBase>)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.Sort(System.Comparison<Emby.Web.GenericEdit.EditableObjectBase>)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Emby.Web.GenericEdit.EditableObjectBase>)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.System.Collections.Generic.IEnumerable<Emby.Web.GenericEdit.EditableObjectBase>.GetEnumerator()
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.ToArray()
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.TrimExcess()
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.TrueForAll(System.Predicate<Emby.Web.GenericEdit.EditableObjectBase>)
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.Capacity
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.Count
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.Item[System.Int32]
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.System.Collections.Generic.ICollection<Emby.Web.GenericEdit.EditableObjectBase>.IsReadOnly
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Emby.Web.GenericEdit.EditableObjectBase>.System.Collections.IList.Item[System.Int32]
Namespace: Emby.Web.GenericEdit
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class EditableObjectCollection : List<EditableObjectBase>, IList<EditableObjectBase>, ICollection<EditableObjectBase>, IReadOnlyList<EditableObjectBase>, IReadOnlyCollection<EditableObjectBase>, IEnumerable<EditableObjectBase>, IList, ICollection, IEditableObjectCollection, IEnumerable<IEditableObject>, IEnumerable
Constructors
EditableObjectCollection()
Declaration
public EditableObjectCollection()
EditableObjectCollection(IEnumerable<EditableObjectBase>)
Declaration
public EditableObjectCollection(IEnumerable<EditableObjectBase> collection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<EditableObjectBase> | collection |
EditableObjectCollection(Int32)
Declaration
public EditableObjectCollection(int capacity)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | capacity |
Explicit Interface Implementations
IEnumerable<IEditableObject>.GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
IEnumerator<IEditableObject> IEnumerable<IEditableObject>.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<IEditableObject> | An enumerator that can be used to iterate through the collection. |
IEnumerable.GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator | An enumerator that can be used to iterate through the collection. |
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.Generic.IEnumerable<T>
System.Collections.IEnumerable