BibtexLibrary.Tokens.Comment.Comment C# (CSharp) Méthode

Comment() public méthode

public Comment ( String value ) : System
value String
Résultat System
        public Comment(String value)
            : base(value)
        {
        }

Same methods

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