BibtexLibrary.Tokens.Comment.Comment C# (CSharp) Method

Comment() public method

public Comment ( String value ) : System
value String
return System
        public Comment(String value)
            : base(value)
        {
        }

Same methods

Comment::Comment ( String value, int postion ) : System
Comment