C# Class System.Xml.XmlBaseReader.AttributeSorter

Inheritance: IComparer
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

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

Private Methods

Méthode Description
IsSorted ( ) : bool
Sort ( ) : bool

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Compare() public méthode

public Compare ( object obj1, object obj2 ) : int
obj1 object
obj2 object
Résultat int

CompareQNameType() public méthode

public CompareQNameType ( QNameType type1, QNameType type2 ) : int
type1 QNameType
type2 QNameType
Résultat int

GetIndeces() public méthode

public GetIndeces ( int &attributeIndex1, int &attributeIndex2 ) : void
attributeIndex1 int
attributeIndex2 int
Résultat void

Sort() public méthode

public Sort ( XmlAttributeNode attributeNodes, int attributeCount ) : bool
attributeNodes XmlAttributeNode
attributeCount int
Résultat bool