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

Text() public method

public Text ( String value, int postion ) : System
value String
postion int
return System
        public Text(String value, int postion)
            : base(value, postion)
        {
        }

Same methods

Text::Text ( String value ) : System
Text