オーバーロード | 解説 |
---|---|
AsLive<T>(INotifyCollectionChanged) | 指定された System.Collections.Specialized.INotifyCollectionChangedデータソースに基づいてビューを作成します。 |
AsLive<T>(INotifyCollectionChanged,ViewOrder) | 指定された System.Collections.Specialized.INotifyCollectionChangedデータソースに基づいてビューを作成します。 |
AsLive<T>(ObservableCollection<T>) | AsLive<T>(INotifyCollectionChanged)メソッドの型付き特殊化。 |
AsLive<T>(ObservableCollection<T>,ViewOrder) | AsLive<T>(INotifyCollectionChanged,ViewOrder)メソッドの型付き特殊化。 |
AsLive<T>(ReadOnlyObservableCollection<T>) | AsLive<T>(INotifyCollectionChanged)メソッドの型付き特殊化。 |
AsLive<T>(ReadOnlyObservableCollection<T>,ViewOrder) | AsLive<T>(INotifyCollectionChanged,ViewOrder)メソッドの型付き特殊化。 |