Lucene.Net.QueryParsers.Surround.Parser.Token.Token C# (CSharp) Méthode

Token() public méthode

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

Same methods

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