BibtexLibrary.Tokens.Comma.Comma C# (CSharp) Method

Comma() public method

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

Same methods

Comma::Comma ( string value ) : System
Comma