DXVcs2Git.Core.CommentWrapper.ParseToken C# (CSharp) Method

ParseToken() static private method

static private ParseToken ( string comment ) : string
comment string
return string
        static string ParseToken(string comment)
        {
            return parseTokenRegex.Match(comment).Value;
        }