• API

    Show / Hide Table of Contents

    Class Cell

    A Cell is a portion of a Trie.

    Inheritance
    System.Object
    Cell
    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)
    Namespace: Egothor.Stemmer
    Assembly: Lucene.Net.Analysis.Stempel.dll
    Syntax
    public class Cell

    Methods

    | Improve this Doc View Source

    ToString()

    Return a string containing this Cell's attributes.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    a string representation of this Cell

    Overrides
    System.Object.ToString()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)