C# 클래스 DiscogsNet.XmlReaderExtensionMethods

파일 보기 프로젝트 열기: MediaPortal/MPTagThat

공개 메소드들

메소드 설명
AssertElementEnd ( this reader, string name ) : void
AssertElementStart ( this reader, string name ) : void
AssertEmptyElement ( this reader ) : void
AssertNonEmptyElement ( this reader ) : void
AssertRead ( this reader ) : void
IsElementEnd ( this reader, string name ) : bool
IsElementStart ( this reader, string name ) : bool

메소드 상세

AssertElementEnd() 공개 정적인 메소드

public static AssertElementEnd ( this reader, string name ) : void
reader this
name string
리턴 void

AssertElementStart() 공개 정적인 메소드

public static AssertElementStart ( this reader, string name ) : void
reader this
name string
리턴 void

AssertEmptyElement() 공개 정적인 메소드

public static AssertEmptyElement ( this reader ) : void
reader this
리턴 void

AssertNonEmptyElement() 공개 정적인 메소드

public static AssertNonEmptyElement ( this reader ) : void
reader this
리턴 void

AssertRead() 공개 정적인 메소드

public static AssertRead ( this reader ) : void
reader this
리턴 void

IsElementEnd() 공개 정적인 메소드

public static IsElementEnd ( this reader, string name ) : bool
reader this
name string
리턴 bool

IsElementStart() 공개 정적인 메소드

public static IsElementStart ( this reader, string name ) : bool
reader this
name string
리턴 bool