Class Cell
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 SourceToString()
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()