C# Class OmniXaml.LoadMixin

Mostrar archivo Open project: AvaloniaUI/OmniXAML

Public Methods

Method Description
FromString ( this loader, string xml ) : object
FromString ( this loader, string xml, Settings settings ) : object
FromString ( this loader, string xml, object instance ) : object
Parse ( this parser, string xml ) : IEnumerable

Method Details

FromString() public static method

public static FromString ( this loader, string xml ) : object
loader this
xml string
return object

FromString() public static method

public static FromString ( this loader, string xml, Settings settings ) : object
loader this
xml string
settings Settings
return object

FromString() public static method

public static FromString ( this loader, string xml, object instance ) : object
loader this
xml string
instance object
return object

Parse() public static method

public static Parse ( this parser, string xml ) : IEnumerable
parser this
xml string
return IEnumerable