Interface ISearchResult<T>
Inherited Members
Namespace: Ludiq
Syntax
public interface ISearchResult<out T> : ISearchResult
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
result
Declaration
T result { get; }
Property Value
| Type | Description |
|---|---|
| T |
public interface ISearchResult<out T> : ISearchResult
| Name | Description |
|---|---|
| T |
T result { get; }
| Type | Description |
|---|---|
| T |