XDocumentXamlParser.

Parse(TextReader, Dictionary<string, string>) Method

Namespace
XamlX.Parsers
Containing Type
XDocumentXamlParser

Syntax

public static XamlDocument Parse(TextReader reader, Dictionary<string, string> compatibilityMappings = null)

Parameters

Name Type Description
reader TextReader
compatibilityMappings Dictionary<string, string>

Return Value

Type Description
XamlDocument