System.Text.RegularExpressions.RegexWriter.CurPos C# (CSharp) 메소드

CurPos() 개인적인 메소드

Returns the current position in the emitted code.
private CurPos ( ) : int
리턴 int
        private int CurPos()
        {
            return _curpos;
        }