Microsoft.Silverlight.Toolkit.Build.Tasks.DefaultStyle.DefaultStyle C# (CSharp) Méthode

DefaultStyle() protected méthode

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