System.Xml.HWStack.Clone C# (CSharp) Method

Clone() public method

public Clone ( ) : object
return object
        public object Clone() {
            return new HWStack((object[]) this.stack.Clone(), this.growthRate, this.used, this.size);
        }