MappedPagedList<T>.

this[int] Property

Summary

Gets the at the specified index.

Syntax

public T this[int index] { get; }

Parameters

Name Type Description
index int

Value

Type Description
T