Class CharArraySet.CharArraySetEnumerator
The IEnumerator<String> for this set. Strings are constructed on the fly,
so use nextCharArray
for more efficient access
Inheritance
System.Object
CharArraySet.CharArraySetEnumerator
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class CharArraySetEnumerator : IEnumerator<string>
Constructors
Name | Description |
---|---|
CharArraySetEnumerator(CharArraySet) |
Properties
Name | Description |
---|---|
Current |
Methods
Name | Description |
---|---|
Dispose() | |
MoveNext() | |
NextCharArray() | do not modify the returned char[] |
Reset() |