Class SparseList<T>
Inheritance
System.Object
SparseList<T>
Namespace: Telerik.Windows.Core
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class SparseList<T> : Object
Type Parameters
T
|
Constructors
SparseList()
Declaration
public SparseList()
Properties
AllValues
Declaration
public ICollection<T> AllValues { get; }
Property Value
System.Collections.Generic.ICollection<T>
|
DefaultValue
Declaration
public T DefaultValue { get; set; }
Property Value
T
|
Item[Int32]
Declaration
public T this[int index] { get; set; }
Parameters
System.Int32
index
|
Property Value
T
|
Methods
Clear()
Declaration
public void Clear()