// (c) Copyright Microsoft Corporation. // This source is subject to the Microsoft Public License (Ms-PL). // Please see http://go.microsoft.com/fwlink/?LinkID=131993 for details. // All other rights reserved. using System.Collections.ObjectModel; namespace System.Windows.Controls.DataVisualization { /// /// Represents a collection of ResourceDictionary objects. /// /// Preview public partial class ResourceDictionaryCollection : Collection { /// /// Initializes a new instance of the ResourceDictionaryCollection class. /// public ResourceDictionaryCollection() { } } }