YuriyGuts.RegexBuilder.RegexNodeComment.RegexNodeComment C# (CSharp) 메소드

RegexNodeComment() 공개 메소드

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