InterfaceIReadOnlyList<T>
Interface
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
Properties
Count
Gets the count of items in this IReadOnlyList<T>.