Class BytesRefFSTEnum.InputOutput<T>
Holds a single input (Bytes
Inheritance
System.Object
BytesRefFSTEnum.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 BytesRef Input { get; set; }
Property Value
Type | Description |
---|---|
Bytes |
Output
Declaration
public T Output { get; set; }
Property Value
Type | Description |
---|---|
T |