NotifyCollectionChangedEventArgsExtensions.Apply Yöntem

Tanım

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

self
NotifyCollectionChangedEventArgs

Xamarin. Forms platformu tarafından dahili kullanım için.

insert
Action<Object,Int32,Boolean>

Xamarin. Forms platformu tarafından dahili kullanım için.

removeAt
Action<Object,Int32>

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

NotifyCollectionChangedAction

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

self
NotifyCollectionChangedEventArgs

Xamarin. Forms platformu tarafından dahili kullanım için.

from
IList<TFrom>

Xamarin. Forms platformu tarafından dahili kullanım için.

to
IList<Object>

Xamarin. Forms platformu tarafından dahili kullanım için.

Şunlara uygulanır