IReadOnlyList<T>
Interface
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
Properties
Gets the count of items in this IReadOnlyList<T>.
C#
int Count { get; }