YuriyGuts.RegexBuilder.RegexNodeComment.RegexNodeComment C# (CSharp) Méthode

RegexNodeComment() public méthode

public RegexNodeComment ( string commentText ) : System.Globalization
commentText string
Résultat System.Globalization
        public RegexNodeComment(string commentText)
        {
            CommentText = commentText;
        }