Class Int32sRefFSTEnum.InputOutput<T>
Holds a single input (Int32sRef) + output pair.
Inheritance
System.Object
    Int32sRefFSTEnum.InputOutput<T>
  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.Util.Fst
Assembly: Lucene.Net.dll
Syntax
public class InputOutput<T>
  Type Parameters
| Name | Description | 
|---|---|
| T | 
Properties
| Improve this Doc View SourceInput
Declaration
public Int32sRef Input { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Int32sRef | 
Output
Declaration
public T Output { get; set; }
  Property Value
| Type | Description | 
|---|---|
| T |