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

Comma() public method

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

Same methods

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