C# Class BibtexLibrary.Tokens.Comma

Inheritance: AbstractToken
Show file Open project: MaikelH/BibtexLibrary

Public Methods

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

Method Details

Comma() public method

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

Comma() public method

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