CompressedList<T>
Class
Definition
Namespace:Telerik.Windows.Core
Assembly:Telerik.Windows.Scheduling.Core.dll
Type Parameters:
T
Syntax:
C#
public class CompressedList<T> : IEquatable<CompressedList<T>>
Inheritance: objectCompressedList<T>
Derived Classes:
Implements:
Constructors
Properties
C#
public IList<CompressedListItem<T>> CompressedData { get; }
Methods
C#
public bool Equals(CompressedList<T> other)
Implements:
C#
public void Insert(int destinationOffset, int sourceOffset, CompressedList<T> sourceList, int count)
C#
public void InsertCore(int index, CompressedList<T> list)
C#
public void Update(int destinationOffset, int sourceOffset, CompressedList<T> sourceList, int count)