Method Add
Add(Term)
Add a single term at the next position in the phrase.
Declaration
public virtual void Add(Term term)
Parameters
Type | Name | Description |
---|---|---|
Term | term |
See Also
Add(Term[])
Add multiple terms at the next position in the phrase. Any of the terms may match.
Declaration
public virtual void Add(Term[] terms)
Parameters
Type | Name | Description |
---|---|---|
Term[] | terms |
See Also
Add(Term[], Int32)
Allows to specify the relative position of terms within the phrase.
Declaration
public virtual void Add(Term[] terms, int position)
Parameters
Type | Name | Description |
---|---|---|
Term[] | terms | |
System.Int32 | position |