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

Definition

Namespace:Telerik.Windows.Core

Assembly:Telerik.Windows.Scheduling.Core.dll

Type Parameters:

T

Syntax:

C#
public class SparseList<T>

Inheritance: objectSparseList<T>

Constructors

C#
public SparseList()

Properties

C#
public ICollection<T> AllValues { get; }
C#
public T DefaultValue { get; set; }
C#
public T this[int index] { get; set; }
Parameters:indexint

Methods

C#
public void Clear()