• API

    Show / Hide Table of Contents

    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 Source

    Current

    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 Source

    MoveNext()

    Move to the next child ordinal. Returns false if there are no more children.

    Declaration
    public virtual bool MoveNext()
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)