System.Xml.Xsl.Runtime.RtfTreeNavigator.RtfTreeNavigator C# (CSharp) Method

RtfTreeNavigator() public method

Copy constructor.
public RtfTreeNavigator ( RtfTreeNavigator that ) : System
that RtfTreeNavigator
return System
        public RtfTreeNavigator(RtfTreeNavigator that) {
            this.events = that.events;
            this.constr = that.constr;
            this.nameTable = that.nameTable;
        }

Same methods

RtfTreeNavigator::RtfTreeNavigator ( XmlEventCache events, XmlNameTable nameTable ) : System