RadControls for WinForms

An read only list.

Namespace: Telerik.Pivot.Core
Assembly: Telerik.WinControls.PivotGrid (in Telerik.WinControls.PivotGrid.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public interface IReadOnlyList<out T> : IEnumerable<T>, 
	IEnumerable
Visual Basic
Public Interface IReadOnlyList(Of Out T) _
	Inherits IEnumerable(Of T), IEnumerable

Type Parameters

T
Items type.

See Also