System.Text.RegularExpressions.RegexWriter.CurPos C# (CSharp) Method

CurPos() private method

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