Index<T>
Class
Definition
Namespace:Telerik.Collections.Generic
Assembly:Telerik.WinControls.dll
Type Parameters:
T
Syntax:
C#
public abstract class Index<T> : IReadOnlyCollection<T>, IEnumerable where T : IDataItem
Inheritance: objectIndex<T>
Derived Classes:
Implements:
Constructors
Properties
C#
public RadCollectionView<T> CollectionView { get; }
Items
IList<T>
C#
public abstract IList<T> Items { get; }
Methods
Determines whether [contains] [the specified value].
C#
public bool Contains(T value)
The value.
Returns:true if [contains] [the specified value]; otherwise, false.
Implements:
Copies to.
C#
public void CopyTo(T[] array, int index)
The array.
indexintThe index.
Implements:
C#
public IEnumerator<T> GetEnumerator()
IEnumerator<T>
Indexes the of.
C#
public virtual void Load(IEnumerable<T> source)
C#
protected abstract void Perform()
C#
protected virtual void SetDirty()