|
Lucene.Net
3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
|
The IEnumerator<String> for this set. Strings are constructed on the fly, so use nextCharArray for more efficient access
More...
Inherits IEnumerator< string >.
Public Member Functions | |
| bool | MoveNext () |
| char[] | NextCharArray () |
| do not modify the returned char[] | |
| void | Dispose () |
| void | Reset () |
Properties | |
| string | Current [get] |
The IEnumerator<String> for this set. Strings are constructed on the fly, so use nextCharArray for more efficient access
Definition at line 455 of file CharArraySet.cs.
| void Lucene.Net.Analysis.CharArraySet.CharArraySetEnumerator.Dispose | ( | ) |
Definition at line 486 of file CharArraySet.cs.
| bool Lucene.Net.Analysis.CharArraySet.CharArraySetEnumerator.MoveNext | ( | ) |
Definition at line 466 of file CharArraySet.cs.
| char [] Lucene.Net.Analysis.CharArraySet.CharArraySetEnumerator.NextCharArray | ( | ) |
do not modify the returned char[]
Definition at line 476 of file CharArraySet.cs.
| void Lucene.Net.Analysis.CharArraySet.CharArraySetEnumerator.Reset | ( | ) |
Definition at line 495 of file CharArraySet.cs.
|
get |
Definition at line 482 of file CharArraySet.cs.
1.8.3