Interface IQueryIterator<T>
Version: 3.2
Base interface for iterating over query results.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsQueryingGeneric
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IQueryIterator<T> : IIterator where T : IQueryResultType Parameters
| Name | Description |
|---|---|
| T |
A subtype of IQueryResult. |
Properties
Current
Gets get the current result during iteration.
Declaration
RequestResponse
T Current { get; }Property Value
| Type | Description |
|---|---|
| T |