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