System.Xml.Xsl.SourceLineInfo.SetEndLinePos C# (CSharp) Method

SetEndLinePos() private method

private SetEndLinePos ( int endLine, int endPos ) : void
endLine int
endPos int
return void
        internal void SetEndLinePos(int endLine, int endPos) {
            this.endLine = endLine;
            this.endPos  = endPos;
        }