System.Xml.Schema.SyntaxTreeNode.ExpandTree C# (CSharp) Метод

ExpandTree() публичный абстрактный Метод

Expand NamesapceListNode and RangeNode nodes. All other nodes
public abstract ExpandTree ( InteriorNode parent, SymbolsDictionary symbols, Positions positions ) : void
parent InteriorNode
symbols SymbolsDictionary
positions Positions
Результат void
        public abstract void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions);