Class Int32sRefFSTEnum.InputOutput<T>
Holds a single input (Int32sRef) + output pair.
Inherited Members
Namespace: Lucene.Net.Util.Fst
Assembly: Lucene.Net.dll
Syntax
public class Int32sRefFSTEnum.InputOutput<T> where T : class
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
Input
Holds a single input (Int32sRef) + output pair.
Declaration
public Int32sRef Input { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32sRef |
Output
Holds a single input (Int32sRef) + output pair.
Declaration
public T Output { get; set; }
Property Value
| Type | Description |
|---|---|
| T |