C# Class XamlStyler.Core.DocumentManipulation.NodeReorderService

Inheritance: IProcessElementService
Afficher le fichier Open project: NicoVermeir/XamlStyler Class Usage Examples

Méthodes publiques

Méthode Description
NodeReorderService ( ) : System.Collections.Generic
ProcessElement ( System.Xml.Linq.XElement element ) : void

Private Methods

Méthode Description
ReorderChildNodes ( System.Xml.Linq.XElement element ) : void

Reorder child nodes matching ChildNodeNames

Method Details

NodeReorderService() public méthode

public NodeReorderService ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ProcessElement() public méthode

public ProcessElement ( System.Xml.Linq.XElement element ) : void
element System.Xml.Linq.XElement
Résultat void