Interface IQueryIterator<T>

Base interface for iterating over query results.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsQueryingGeneric
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IQueryIterator<T> : IIterator where T : IQueryResult
Type Parameters
NameDescription
T

A subtype of IQueryResult.

Properties

Current

Gets get the current result during iteration.

Declaration
T Current { get; }
Property Value
TypeDescription
T
If you have suggestions for improving this article, let us know!