Microsoft.Silverlight.Toolkit.Build.Tasks.DefaultStyle.DefaultStyle C# (CSharp) Method

DefaultStyle() protected method

Initializes a new instance of the DefaultStyle class.
protected DefaultStyle ( ) : System
return System
        protected DefaultStyle()
        {
            Namespaces = new SortedDictionary<string, string>(StringComparer.OrdinalIgnoreCase);
            Resources = new SortedDictionary<string, XElement>(StringComparer.OrdinalIgnoreCase);
            MergeHistory = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
        }