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