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

Text() public method

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

Same methods

Text::Text ( String value, int postion ) : System
Text