Interface IScroller<T>
Version: 3.4
Interface for generic scrollers.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsQueryingGeneric
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IScroller<T> : IScroller where T : class, IScrollResult
Type Parameters
Name | Description |
---|---|
T |
Type of scroll result. |
Properties
Current
Gets the current result during scrolling.
Declaration
RequestResponse
T Current { get; }
Property Value
Type | Description |
---|---|
T |