1. Stylelabs.M.Sdk.Contracts.Querying.Generic

Interface IQueryIterator

Base interface for iterating over query results.

Inherited Members

IIterator.CanMoveNext()

IIterator.CanMovePrevious()

IIterator.MoveNextAsync()

IIterator.MovePreviousAsync()

IIterator.Reset()

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsQueryingGeneric

Assembly: Stylelabs.M.Sdk.dll

Syntax

public interface IQueryIterator<T> : IIterator where T : IQueryResult

Type Parameters

NameDescription
TA 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!