1 reference to ClonableStack
System.Xml (1)
System\Xml\XPath\Internal\ClonableStack.cs (1)
36public ClonableStack<T> Clone() { return new ClonableStack<T>(this); }