System.Xaml.XamlSchemaContext.XamlSchemaContext C# (CSharp) Method

XamlSchemaContext() public method

public XamlSchemaContext ( ) : System
return System
		public XamlSchemaContext ()
			: this (null, null)
		{
		}

Same methods

XamlSchemaContext::XamlSchemaContext ( IEnumerable referenceAssemblies ) : System
XamlSchemaContext::XamlSchemaContext ( IEnumerable referenceAssemblies, System.Xaml.XamlSchemaContextSettings settings ) : System
XamlSchemaContext::XamlSchemaContext ( System.Xaml.XamlSchemaContextSettings settings ) : System
XamlSchemaContext