Class ResourceDictionaryCollection
Represents a collection of ResourceDictionary objects.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<ResourceDictionary>
ResourceDictionaryCollection
Implements
System.Collections.Generic.IList<ResourceDictionary>
System.Collections.Generic.ICollection<ResourceDictionary>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<ResourceDictionary>
System.Collections.Generic.IReadOnlyCollection<ResourceDictionary>
System.Collections.Generic.IEnumerable<ResourceDictionary>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.Add(System.Windows.ResourceDictionary)
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.Clear()
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.CopyTo(System.Windows.ResourceDictionary[], System.Int32)
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.Contains(System.Windows.ResourceDictionary)
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.GetEnumerator()
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.IndexOf(System.Windows.ResourceDictionary)
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.Insert(System.Int32, System.Windows.ResourceDictionary)
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.Remove(System.Windows.ResourceDictionary)
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.ClearItems()
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.InsertItem(System.Int32, System.Windows.ResourceDictionary)
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.SetItem(System.Int32, System.Windows.ResourceDictionary)
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.Count
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.Items
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.Item[System.Int32]
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.System.Collections.Generic.ICollection<System.Windows.ResourceDictionary>.IsReadOnly
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<System.Windows.ResourceDictionary>.System.Collections.IList.IsFixedSize
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: System.Windows.Controls.DataVisualization
Assembly: Controls.DataVisualization.OpenSilver.dll
Syntax
public class ResourceDictionaryCollection : Collection<ResourceDictionary>, IList<ResourceDictionary>, ICollection<ResourceDictionary>, IList, ICollection, IReadOnlyList<ResourceDictionary>, IReadOnlyCollection<ResourceDictionary>, IEnumerable<ResourceDictionary>, IEnumerable
Constructors
| Improve this Doc View SourceResourceDictionaryCollection()
Initializes a new instance of the ResourceDictionaryCollection class.
Declaration
public ResourceDictionaryCollection()
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