Метод | Описание | |
---|---|---|
FromString ( this loader, string xml ) : object | ||
FromString ( this loader, string xml, Settings settings ) : object | ||
FromString ( this loader, string xml, object instance ) : object | ||
Parse ( this |
public static FromString ( this loader, string xml ) : object | ||
loader | this | |
xml | string | |
Результат | object |
public static FromString ( this loader, string xml, Settings settings ) : object | ||
loader | this | |
xml | string | |
settings | Settings | |
Результат | object |
public static FromString ( this loader, string xml, object instance ) : object | ||
loader | this | |
xml | string | |
instance | object | |
Результат | object |
public static Parse ( this |
||
parser | this |
|
xml | string | |
Результат | IEnumerable |