BibtexLibrary.Tokens.Comment.Comment C# (CSharp) 메소드

Comment() 공개 메소드

public Comment ( String value ) : System
value String
리턴 System
        public Comment(String value)
            : base(value)
        {
        }

Same methods

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