BibtexLibrary.Tokens.Comma.Comma C# (CSharp) Метод

Comma() публичный Метод

public Comma ( string value, int position ) : System
value string
position int
Результат System
        public Comma(string value, int position)
            : base(value, position)
        {
        }

Same methods

Comma::Comma ( string value ) : System
Comma