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