Class BitmovinResponseList
BitmovinResponseList
Implements
System.Collections.Generic.IList<BitmovinResponse>
System.Collections.Generic.ICollection<BitmovinResponse>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<BitmovinResponse>
System.Collections.Generic.IReadOnlyCollection<BitmovinResponse>
System.Collections.Generic.IEnumerable<BitmovinResponse>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.Add(Bitmovin.Api.Sdk.Models.BitmovinResponse)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.AddRange(System.Collections.Generic.IEnumerable<Bitmovin.Api.Sdk.Models.BitmovinResponse>)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.AsReadOnly()
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.BinarySearch(System.Int32, System.Int32, Bitmovin.Api.Sdk.Models.BitmovinResponse, System.Collections.Generic.IComparer<Bitmovin.Api.Sdk.Models.BitmovinResponse>)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.BinarySearch(Bitmovin.Api.Sdk.Models.BitmovinResponse)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.BinarySearch(Bitmovin.Api.Sdk.Models.BitmovinResponse, System.Collections.Generic.IComparer<Bitmovin.Api.Sdk.Models.BitmovinResponse>)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.Clear()
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.Contains(Bitmovin.Api.Sdk.Models.BitmovinResponse)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.ConvertAll<TOutput>(System.Converter<Bitmovin.Api.Sdk.Models.BitmovinResponse, TOutput>)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.CopyTo(Bitmovin.Api.Sdk.Models.BitmovinResponse[])
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.CopyTo(System.Int32, Bitmovin.Api.Sdk.Models.BitmovinResponse[], System.Int32, System.Int32)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.CopyTo(Bitmovin.Api.Sdk.Models.BitmovinResponse[], System.Int32)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.Exists(System.Predicate<Bitmovin.Api.Sdk.Models.BitmovinResponse>)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.Find(System.Predicate<Bitmovin.Api.Sdk.Models.BitmovinResponse>)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.FindAll(System.Predicate<Bitmovin.Api.Sdk.Models.BitmovinResponse>)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.FindIndex(System.Predicate<Bitmovin.Api.Sdk.Models.BitmovinResponse>)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.FindIndex(System.Int32, System.Predicate<Bitmovin.Api.Sdk.Models.BitmovinResponse>)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.FindIndex(System.Int32, System.Int32, System.Predicate<Bitmovin.Api.Sdk.Models.BitmovinResponse>)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.FindLast(System.Predicate<Bitmovin.Api.Sdk.Models.BitmovinResponse>)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.FindLastIndex(System.Predicate<Bitmovin.Api.Sdk.Models.BitmovinResponse>)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.FindLastIndex(System.Int32, System.Predicate<Bitmovin.Api.Sdk.Models.BitmovinResponse>)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Bitmovin.Api.Sdk.Models.BitmovinResponse>)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.ForEach(System.Action<Bitmovin.Api.Sdk.Models.BitmovinResponse>)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.GetEnumerator()
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.System.Collections.Generic.IEnumerable<Bitmovin.Api.Sdk.Models.BitmovinResponse>.GetEnumerator()
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.IndexOf(Bitmovin.Api.Sdk.Models.BitmovinResponse)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.IndexOf(Bitmovin.Api.Sdk.Models.BitmovinResponse, System.Int32)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.IndexOf(Bitmovin.Api.Sdk.Models.BitmovinResponse, System.Int32, System.Int32)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.Insert(System.Int32, Bitmovin.Api.Sdk.Models.BitmovinResponse)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Bitmovin.Api.Sdk.Models.BitmovinResponse>)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.LastIndexOf(Bitmovin.Api.Sdk.Models.BitmovinResponse)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.LastIndexOf(Bitmovin.Api.Sdk.Models.BitmovinResponse, System.Int32)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.LastIndexOf(Bitmovin.Api.Sdk.Models.BitmovinResponse, System.Int32, System.Int32)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.Remove(Bitmovin.Api.Sdk.Models.BitmovinResponse)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.RemoveAll(System.Predicate<Bitmovin.Api.Sdk.Models.BitmovinResponse>)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.RemoveAt(System.Int32)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.Reverse()
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.Sort()
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.Sort(System.Collections.Generic.IComparer<Bitmovin.Api.Sdk.Models.BitmovinResponse>)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Bitmovin.Api.Sdk.Models.BitmovinResponse>)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.Sort(System.Comparison<Bitmovin.Api.Sdk.Models.BitmovinResponse>)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.ToArray()
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.TrimExcess()
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.TrueForAll(System.Predicate<Bitmovin.Api.Sdk.Models.BitmovinResponse>)
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.Capacity
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.Count
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.System.Collections.Generic.ICollection<Bitmovin.Api.Sdk.Models.BitmovinResponse>.IsReadOnly
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.Item[System.Int32]
System.Collections.Generic.List<Bitmovin.Api.Sdk.Models.BitmovinResponse>.System.Collections.IList.Item[System.Int32]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class BitmovinResponseList : List<BitmovinResponse>, IList<BitmovinResponse>, ICollection<BitmovinResponse>, IList, ICollection, IReadOnlyList<BitmovinResponse>, IReadOnlyCollection<BitmovinResponse>, IEnumerable<BitmovinResponse>, IEnumerable
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable