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

Token() public method

Constructs a new token for the specified Image and Kind.
public Token ( int kind, string image ) : System
kind int
image string
return System
		public Token(int kind, string image)
		{
			this.kind = kind;
			this.image = image;
		}
		

Same methods

Token::Token ( ) : System
Token::Token ( int kind ) : System