SparseList<T>
Class
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; }
Methods
C#
public void Clear()