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

XamlObjectWriter() public method

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

Same methods

XamlObjectWriter::XamlObjectWriter ( XamlSchemaContext schemaContext, System.Xaml.XamlObjectWriterSettings settings ) : System