[Missing <summary> documentation for "M:SF.Snowball.SnowballProgram.out_range(System.Int32,System.Int32)"]
Assembly: Lucene.Net.Contrib.Snowball (in Lucene.Net.Contrib.Snowball.dll) Version: 2.0.0.1
Syntax
| C# |
|---|
protected internal virtual bool out_range( int min, int max ) |
| Visual Basic |
|---|
Protected Friend Overridable Function out_range ( _ min As Integer, _ max As Integer _ ) As Boolean |
| Visual C++ |
|---|
protected public: virtual bool out_range( int min, int max ) |
Parameters
- min
- Type: System..::..Int32
[Missing <param name="min"/> documentation for "M:SF.Snowball.SnowballProgram.out_range(System.Int32,System.Int32)"]
- max
- Type: System..::..Int32
[Missing <param name="max"/> documentation for "M:SF.Snowball.SnowballProgram.out_range(System.Int32,System.Int32)"]
Return Value
[Missing <returns> documentation for "M:SF.Snowball.SnowballProgram.out_range(System.Int32,System.Int32)"]