2010-04-14 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Xaml / System.Xaml / XamlSchemaContext.cs
index 999e7e1a39cff51c9b62920db1c3c16b0a2c261e..632a9744c5dc9492c38c6f57db4c9c40e80aaf34 100644 (file)
@@ -36,6 +36,11 @@ namespace System.Xaml
        // It should be released at finalizer.
        public class XamlSchemaContext
        {
+               public XamlSchemaContext ()
+                       : this (null, null)
+               {
+               }
+
                public XamlSchemaContext (IEnumerable<Assembly> referenceAssemblies)
                        : this (referenceAssemblies, null)
                {