Interface IQueryIterator<T>
Base interface for iterating over query results.
Inherited Members
Namespace: Stylelabs.M.Sdk.Contracts.Querying.Generic
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IQueryIterator<T> : IIterator where T : IQueryResult
Type Parameters
Name | Description |
---|---|
T | A subtype of IQueryResult. |
Properties
Current
Get the current result during iteration.
Declaration
T Current { get; }
Property Value
Type | Description |
---|---|
T |
Can we improve this article ? Provide feedback