System.Xml.Schema.SyntaxTreeNode.ExpandTree C# (CSharp) Méthode

ExpandTree() public abstract méthode

Expand NamesapceListNode and RangeNode nodes. All other nodes
public abstract ExpandTree ( InteriorNode parent, SymbolsDictionary symbols, Positions positions ) : void
parent InteriorNode
symbols SymbolsDictionary
positions Positions
Résultat void
        public abstract void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions);