C# 클래스 System.Xml.XmlBaseReader.AttributeSorter

상속: IComparer
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
Close ( ) : void
Compare ( object obj1, object obj2 ) : int
CompareQNameType ( QNameType type1, QNameType type2 ) : int
GetIndeces ( int &attributeIndex1, int &attributeIndex2 ) : void
Sort ( XmlAttributeNode attributeNodes, int attributeCount ) : bool

비공개 메소드들

메소드 설명
IsSorted ( ) : bool
Sort ( ) : bool

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Compare() 공개 메소드

public Compare ( object obj1, object obj2 ) : int
obj1 object
obj2 object
리턴 int

CompareQNameType() 공개 메소드

public CompareQNameType ( QNameType type1, QNameType type2 ) : int
type1 QNameType
type2 QNameType
리턴 int

GetIndeces() 공개 메소드

public GetIndeces ( int &attributeIndex1, int &attributeIndex2 ) : void
attributeIndex1 int
attributeIndex2 int
리턴 void

Sort() 공개 메소드

public Sort ( XmlAttributeNode attributeNodes, int attributeCount ) : bool
attributeNodes XmlAttributeNode
attributeCount int
리턴 bool