Show / Hide Table of Contents

Class SoundSourceCollection

Implements collection for sound sources

Inheritance
System.Object
System.Collections.Generic.List<SoundSource>
SoundSourceCollection
Implements
System.Collections.Generic.IList<SoundSource>
System.Collections.Generic.ICollection<SoundSource>
System.Collections.Generic.IReadOnlyList<SoundSource>
System.Collections.Generic.IReadOnlyCollection<SoundSource>
System.Collections.Generic.IEnumerable<SoundSource>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.Add(EmptyKeys.UserInterface.Media.SoundSource)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.AddRange(System.Collections.Generic.IEnumerable<EmptyKeys.UserInterface.Media.SoundSource>)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.BinarySearch(EmptyKeys.UserInterface.Media.SoundSource)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.BinarySearch(EmptyKeys.UserInterface.Media.SoundSource, System.Collections.Generic.IComparer<EmptyKeys.UserInterface.Media.SoundSource>)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.BinarySearch(System.Int32, System.Int32, EmptyKeys.UserInterface.Media.SoundSource, System.Collections.Generic.IComparer<EmptyKeys.UserInterface.Media.SoundSource>)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.Clear()
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.Contains(EmptyKeys.UserInterface.Media.SoundSource)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.CopyTo(EmptyKeys.UserInterface.Media.SoundSource[])
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.CopyTo(EmptyKeys.UserInterface.Media.SoundSource[], System.Int32)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.CopyTo(System.Int32, EmptyKeys.UserInterface.Media.SoundSource[], System.Int32, System.Int32)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.Exists(System.Predicate<EmptyKeys.UserInterface.Media.SoundSource>)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.Find(System.Predicate<EmptyKeys.UserInterface.Media.SoundSource>)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.FindAll(System.Predicate<EmptyKeys.UserInterface.Media.SoundSource>)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.FindIndex(System.Int32, System.Int32, System.Predicate<EmptyKeys.UserInterface.Media.SoundSource>)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.FindIndex(System.Int32, System.Predicate<EmptyKeys.UserInterface.Media.SoundSource>)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.FindIndex(System.Predicate<EmptyKeys.UserInterface.Media.SoundSource>)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.FindLast(System.Predicate<EmptyKeys.UserInterface.Media.SoundSource>)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.FindLastIndex(System.Int32, System.Int32, System.Predicate<EmptyKeys.UserInterface.Media.SoundSource>)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.FindLastIndex(System.Int32, System.Predicate<EmptyKeys.UserInterface.Media.SoundSource>)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.FindLastIndex(System.Predicate<EmptyKeys.UserInterface.Media.SoundSource>)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.GetEnumerator()
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.IndexOf(EmptyKeys.UserInterface.Media.SoundSource)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.IndexOf(EmptyKeys.UserInterface.Media.SoundSource, System.Int32)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.IndexOf(EmptyKeys.UserInterface.Media.SoundSource, System.Int32, System.Int32)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.Insert(System.Int32, EmptyKeys.UserInterface.Media.SoundSource)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<EmptyKeys.UserInterface.Media.SoundSource>)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.LastIndexOf(EmptyKeys.UserInterface.Media.SoundSource)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.LastIndexOf(EmptyKeys.UserInterface.Media.SoundSource, System.Int32)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.LastIndexOf(EmptyKeys.UserInterface.Media.SoundSource, System.Int32, System.Int32)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.Remove(EmptyKeys.UserInterface.Media.SoundSource)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.RemoveAll(System.Predicate<EmptyKeys.UserInterface.Media.SoundSource>)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.RemoveAt(System.Int32)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.Reverse()
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.Sort()
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.Sort(System.Collections.Generic.IComparer<EmptyKeys.UserInterface.Media.SoundSource>)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.Sort(System.Comparison<EmptyKeys.UserInterface.Media.SoundSource>)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<EmptyKeys.UserInterface.Media.SoundSource>)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.System.Collections.Generic.IEnumerable<EmptyKeys.UserInterface.Media.SoundSource>.GetEnumerator()
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.ToArray()
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.TrimExcess()
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.TrueForAll(System.Predicate<EmptyKeys.UserInterface.Media.SoundSource>)
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.Capacity
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.Count
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.Item[System.Int32]
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.System.Collections.Generic.ICollection<EmptyKeys.UserInterface.Media.SoundSource>.IsReadOnly
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<EmptyKeys.UserInterface.Media.SoundSource>.System.Collections.IList.Item[System.Int32]
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EmptyKeys.UserInterface.Media
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class SoundSourceCollection : List<SoundSource>, IList<SoundSource>, ICollection<SoundSource>, IReadOnlyList<SoundSource>, IReadOnlyCollection<SoundSource>, IEnumerable<SoundSource>, IList, ICollection, IEnumerable

Constructors

SoundSourceCollection()

Initializes a new instance of the SoundSourceCollection class.

Declaration
public SoundSourceCollection()

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
Back to top Generated by DocFX