C# 클래스 OmniXaml.LoadMixin

파일 보기 프로젝트 열기: AvaloniaUI/OmniXAML

공개 메소드들

메소드 설명
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

메소드 상세

FromString() 공개 정적인 메소드

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

FromString() 공개 정적인 메소드

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

FromString() 공개 정적인 메소드

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

Parse() 공개 정적인 메소드

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