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

Comment() public method

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

Same methods

Comment::Comment ( String value ) : System
Comment