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

Interface IScroller

Interface for generic scrollers.

Inherited Members

IScroller.CanMoveNext()

IScroller.MoveNextAsync()

IScroller.Reset()

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsQueryingGeneric

Assembly: Stylelabs.M.Sdk.dll

Syntax

public interface IScroller<T> : IScroller where T : class, IScrollResult

Type Parameters

NameDescription
TType of scroll result.

Properties

Current

Gets the current result during scrolling.

Declaration

T Current { get; }

Property Value

TypeDescription
T
If you have suggestions for improving this article, let us know!