MENOU SDK MENOU SDK
MENOU SDK MENOU SDK
MENOUフォーラム

Class SortableObservableCollection<T>

Inheritance
object
Collection<T>
ObservableCollection<T>
SortableObservableCollection<T>
Implements
IList<T>
ICollection<T>
IReadOnlyList<T>
IReadOnlyCollection<T>
IEnumerable<T>
IList
ICollection
IEnumerable
INotifyCollectionChanged
INotifyPropertyChanged
Inherited Members
ObservableCollection<T>.BlockReentrancy()
ObservableCollection<T>.CheckReentrancy()
ObservableCollection<T>.ClearItems()
ObservableCollection<T>.InsertItem(int, T)
ObservableCollection<T>.Move(int, int)
ObservableCollection<T>.MoveItem(int, int)
ObservableCollection<T>.OnCollectionChanged(NotifyCollectionChangedEventArgs)
ObservableCollection<T>.OnPropertyChanged(PropertyChangedEventArgs)
ObservableCollection<T>.RemoveItem(int)
ObservableCollection<T>.SetItem(int, T)
ObservableCollection<T>.CollectionChanged
ObservableCollection<T>.PropertyChanged
Collection<T>.Add(T)
Collection<T>.Clear()
Collection<T>.Contains(T)
Collection<T>.CopyTo(T[], int)
Collection<T>.GetEnumerator()
Collection<T>.IndexOf(T)
Collection<T>.Insert(int, T)
Collection<T>.Remove(T)
Collection<T>.RemoveAt(int)
Collection<T>.Count
Collection<T>.this[int]
Collection<T>.Items
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Menou.Menoute.Runtime.ViewControls
Assembly: Menou.Menoute.Runtime.ViewControls.dll
Syntax
public class SortableObservableCollection<T> : ObservableCollection<T>, IList<T>, ICollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Type Parameters
Name Description
T

Constructors

Name Description
SortableObservableCollection(IEnumerable<T>)
SortableObservableCollection(List<T>)

Methods

Name Description
Sort<TKey>(Func<T, TKey>, IComparer<TKey>)
Sort<TKey>(Func<T, TKey>, ListSortDirection)
© Copyright 2021 MENOU Corp.