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

Comment() 공개 메소드

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

Same methods

Comment::Comment ( String value ) : System
Comment