NotifyCollectionChangedEventArgsExtensions.Apply Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| Apply(NotifyCollectionChangedEventArgs, Action<Object,Int32,Boolean>, Action<Object,Int32>, Action) |
Platform oluşturuculara göre iç kullanım için. |
| Apply<TFrom>(NotifyCollectionChangedEventArgs, IList<TFrom>, IList<Object>) |
Platform oluşturuculara göre iç kullanım için. |
Apply(NotifyCollectionChangedEventArgs, Action<Object,Int32,Boolean>, Action<Object,Int32>, Action)
Platform oluşturuculara göre iç kullanım için.
public static System.Collections.Specialized.NotifyCollectionChangedAction Apply (this System.Collections.Specialized.NotifyCollectionChangedEventArgs self, Action<object,int,bool> insert, Action<object,int> removeAt, Action reset);
static member Apply : System.Collections.Specialized.NotifyCollectionChangedEventArgs * Action<obj, int, bool> * Action<obj, int> * Action -> System.Collections.Specialized.NotifyCollectionChangedAction
Parametreler
Xamarin. Forms platformu tarafından dahili kullanım için.
- reset
- Action
Xamarin. Forms platformu tarafından dahili kullanım için.
Döndürülenler
Xamarin. Forms platformu tarafından dahili kullanım için.
Şunlara uygulanır
Apply<TFrom>(NotifyCollectionChangedEventArgs, IList<TFrom>, IList<Object>)
Platform oluşturuculara göre iç kullanım için.
public static void Apply<TFrom> (this System.Collections.Specialized.NotifyCollectionChangedEventArgs self, System.Collections.Generic.IList<TFrom> from, System.Collections.Generic.IList<object> to);
static member Apply : System.Collections.Specialized.NotifyCollectionChangedEventArgs * System.Collections.Generic.IList<'From> * System.Collections.Generic.IList<obj> -> unit
Tür Parametreleri
- TFrom
Xamarin. Forms platformu tarafından dahili kullanım için.
Parametreler
Xamarin. Forms platformu tarafından dahili kullanım için.
- from
- IList<TFrom>
Xamarin. Forms platformu tarafından dahili kullanım için.