Lucene.Net.QueryParsers.Surround.Parser.Token.Token C# (CSharp) Method

Token() public method

Constructs a new token for the specified Image.
public Token ( int kind ) : System
kind int
return System
		public Token(int kind)
            : this(kind, null)
		{
		}
		

Same methods

Token::Token ( ) : System
Token::Token ( int kind, string image ) : System