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