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

RtfTextNavigator() public method

Copy constructor.
public RtfTextNavigator ( RtfTextNavigator that ) : System
that RtfTextNavigator
return System
        public RtfTextNavigator(RtfTextNavigator that) {
            this.text = that.text;
            this.baseUri = that.baseUri;
            this.constr = that.constr;
        }

Same methods

RtfTextNavigator::RtfTextNavigator ( string text, string baseUri ) : System