New to Telerik UI for WinFormsStart a free 30-day trial

An read only list.

Definition

Namespace:Telerik.Pivot.Core

Assembly:Telerik.WinControls.PivotGrid.dll

Type Parameters:

T

Items type.

Syntax:

C#
public interface IReadOnlyList<out T> : IEnumerable

Inherited Members IEnumerable.GetEnumerator()

Properties

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

C#
int Count { get; }

Get the item at position index.

C#
T this[int index] { get; }
Parameters:indexint

The index.

Property Value:

The item.

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