Class TaxonomyReader.ChildrenEnumerator
An iterator over a category's children.
Inheritance
System.Object
TaxonomyReader.ChildrenEnumerator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Facet.Taxonomy
Assembly: Lucene.Net.Facet.dll
Syntax
public class ChildrenEnumerator
Properties
| Improve this Doc View SourceCurrent
Gets the current child. Returns INVALID_ORDINAL if positioned before the first child or after the last child.
Declaration
public virtual int Current { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceMoveNext()
Move to the next child ordinal. Returns false
if there are no more children.
Declaration
public virtual bool MoveNext()
Returns
Type | Description |
---|---|
System.Boolean |