YuriyGuts.RegexBuilder.RegexNodeComment.RegexNodeComment C# (CSharp) Method

RegexNodeComment() public method

public RegexNodeComment ( string commentText ) : System.Globalization
commentText string
return System.Globalization
        public RegexNodeComment(string commentText)
        {
            CommentText = commentText;
        }