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

ParseComment() static private method

static private ParseComment ( string comment ) : string
comment string
return string
        static string ParseComment(string comment)
        {
            return parseCommentRegex.Match(comment).Value;
        }