System.Xml.Xsl.SourceLineInfo.SetEndLinePos C# (CSharp) 메소드

SetEndLinePos() 개인적인 메소드

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