| public type | description |
|---|---|
| class GroupedObservableCollection<TK,T> | Custom observable collection with grouping abilities |
| interface IObservableGrouping<T> | |
| class ObservableDictionary<TKey,TValue> | An observable variant of Dictionary. |
| class ObservableGrouping<TK,T> | IGrouping specialization used by GroupedObservableCollection |
| public type | description |
|---|---|
| static class DictionaryExtensions | Extensions methods for the Dictionary class. |
| public type | description |
|---|---|
| static class CollectionsExtensions | Extensions for System.Collections.Generic types |
| static class DictionaryExtensions | |
| static class EnumerableExtensions | Extension methods for IEnumerable |
| public type | description |
|---|---|
| static class NotifyPropertyChangedExtensions | Extensions for INotifyPropertyChanged implementers |
| public type | description |
|---|---|
| class GenericComparer<T> | Generic equality comparer, to quickly define custom comparer |
| public type | description |
|---|---|
| class NotifierHelper | Simple helper to avoid implementing INotifyPropertyChanged every time. |
| public type | description |
|---|---|
| static class UnitFormatter |
| public type | description |
|---|---|
| static class ObjectExtensions | Extensions for all objects |
| static class StringExtensions | String class extensions |
| static class TypeExtensions | Type class extensions methods |
| static class ValueTupleExtensions | Extension methods for ValueTuples |
| public type | description |
|---|---|
| static class DataRowExtensions | Extension methods for the DataRow type |
| public type | description |
|---|---|
| static class DynamicQueryableExtensions | Extension methods for IQueryable objects (extending DynamicQueryableExtensions library) |
| static class ExpressionExtensions | Extension methods for Expression class |
| public type | description |
|---|---|
| static class TaskExtensions | Extensions methods for the Task class. |