System.Xml.Schema.LeafRangeNode.Clone C# (CSharp) Méthode

Clone() public méthode

public Clone ( Positions positions ) : SyntaxTreeNode
positions Positions
Résultat SyntaxTreeNode
        public override SyntaxTreeNode Clone(Positions positions) {
            return new LeafRangeNode(this.Pos, this.min, this.max);
        }