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