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

ValueQuote() 공개 메소드

public ValueQuote ( string value, int position ) : System
value string
position int
리턴 System
        public ValueQuote(string value, int position)
            : base(value, position)
        {
        }

Same methods

ValueQuote::ValueQuote ( string value ) : System
ValueQuote