Class TransitionCollection
Represents a collection of Transition objects.
Implements
System.Collections.Generic.IList<Transition>
System.Collections.Generic.ICollection<Transition>
System.Collections.Generic.IReadOnlyList<Transition>
System.Collections.Generic.IReadOnlyCollection<Transition>
System.Collections.Generic.IEnumerable<Transition>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.Add(System.Windows.Media.Animation.Transition)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.AddRange(System.Collections.Generic.IEnumerable<System.Windows.Media.Animation.Transition>)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.AsReadOnly()
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.BinarySearch(System.Windows.Media.Animation.Transition)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.BinarySearch(System.Windows.Media.Animation.Transition, System.Collections.Generic.IComparer<System.Windows.Media.Animation.Transition>)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.BinarySearch(System.Int32, System.Int32, System.Windows.Media.Animation.Transition, System.Collections.Generic.IComparer<System.Windows.Media.Animation.Transition>)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.Clear()
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.Contains(System.Windows.Media.Animation.Transition)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.ConvertAll<TOutput>(System.Converter<System.Windows.Media.Animation.Transition, TOutput>)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.CopyTo(System.Windows.Media.Animation.Transition[])
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.CopyTo(System.Windows.Media.Animation.Transition[], System.Int32)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.CopyTo(System.Int32, System.Windows.Media.Animation.Transition[], System.Int32, System.Int32)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.Exists(System.Predicate<System.Windows.Media.Animation.Transition>)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.Find(System.Predicate<System.Windows.Media.Animation.Transition>)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.FindAll(System.Predicate<System.Windows.Media.Animation.Transition>)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.FindIndex(System.Int32, System.Int32, System.Predicate<System.Windows.Media.Animation.Transition>)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.FindIndex(System.Int32, System.Predicate<System.Windows.Media.Animation.Transition>)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.FindIndex(System.Predicate<System.Windows.Media.Animation.Transition>)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.FindLast(System.Predicate<System.Windows.Media.Animation.Transition>)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.FindLastIndex(System.Int32, System.Int32, System.Predicate<System.Windows.Media.Animation.Transition>)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.FindLastIndex(System.Int32, System.Predicate<System.Windows.Media.Animation.Transition>)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.FindLastIndex(System.Predicate<System.Windows.Media.Animation.Transition>)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.ForEach(System.Action<System.Windows.Media.Animation.Transition>)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.GetEnumerator()
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.IndexOf(System.Windows.Media.Animation.Transition)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.IndexOf(System.Windows.Media.Animation.Transition, System.Int32)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.IndexOf(System.Windows.Media.Animation.Transition, System.Int32, System.Int32)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.Insert(System.Int32, System.Windows.Media.Animation.Transition)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<System.Windows.Media.Animation.Transition>)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.LastIndexOf(System.Windows.Media.Animation.Transition)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.LastIndexOf(System.Windows.Media.Animation.Transition, System.Int32)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.LastIndexOf(System.Windows.Media.Animation.Transition, System.Int32, System.Int32)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.Remove(System.Windows.Media.Animation.Transition)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.RemoveAll(System.Predicate<System.Windows.Media.Animation.Transition>)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.RemoveAt(System.Int32)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.Reverse()
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.Sort()
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.Sort(System.Collections.Generic.IComparer<System.Windows.Media.Animation.Transition>)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.Sort(System.Comparison<System.Windows.Media.Animation.Transition>)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<System.Windows.Media.Animation.Transition>)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.System.Collections.Generic.IEnumerable<System.Windows.Media.Animation.Transition>.GetEnumerator()
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.ToArray()
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.TrimExcess()
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.TrueForAll(System.Predicate<System.Windows.Media.Animation.Transition>)
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.Capacity
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.Count
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.Item[System.Int32]
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.System.Collections.Generic.ICollection<System.Windows.Media.Animation.Transition>.IsReadOnly
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<System.Windows.Media.Animation.Transition>.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: System.Windows.Media.Animation
Assembly: OpenSilver.dll
Syntax
public sealed class TransitionCollection : List<Transition>, IList<Transition>, ICollection<Transition>, IReadOnlyList<Transition>, IReadOnlyCollection<Transition>, IEnumerable<Transition>, IList, ICollection, IEnumerable
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