C# Class OmniXaml.LoadMixin

Afficher le fichier Open project: AvaloniaUI/OmniXAML

Méthodes publiques

Méthode 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 méthode

public static FromString ( this loader, string xml ) : object
loader this
xml string
Résultat object

FromString() public static méthode

public static FromString ( this loader, string xml, Settings settings ) : object
loader this
xml string
settings Settings
Résultat object

FromString() public static méthode

public static FromString ( this loader, string xml, object instance ) : object
loader this
xml string
instance object
Résultat object

Parse() public static méthode

public static Parse ( this parser, string xml ) : IEnumerable
parser this
xml string
Résultat IEnumerable