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