C# Class BibtexLibrary.Tokens.ValueQuote

Inheritance: AbstractToken
Datei anzeigen Open project: MaikelH/BibtexLibrary

Public Methods

Method Description
ValueQuote ( string value ) : System
ValueQuote ( string value, int position ) : System

Method Details

ValueQuote() public method

public ValueQuote ( string value ) : System
value string
return System

ValueQuote() public method

public ValueQuote ( string value, int position ) : System
value string
position int
return System