Interface
IReadOnlyList<T>

An read only list.

Definition

Namespace:Telerik.Pivot.Core

Assembly:Telerik.WinControls.PivotGrid.dll

Type Parameters:

T

Items type.

Syntax:

cs-api-definition
public interface IReadOnlyList<out T> : IEnumerable

Inherited Members IEnumerable.GetEnumerator()

Properties

Count

Gets the count of items in this IReadOnlyList<T>.

Declaration

cs-api-definition
int Count { get; }

Property Value

int

this[int]

Get the item at position index.

Declaration

cs-api-definition
T this[int index] { get; }

Parameters

index

int

The index.

Property Value

T

The item.

In this article
DefinitionPropertiesCountthis[int]
Not finding the help you need?
Contact Support