다음을 통해 공유


NotifyCollectionChangedEventArgsExtensions.Apply 메서드

정의

오버로드

Apply(NotifyCollectionChangedEventArgs, Action<Object,Int32,Boolean>, Action<Object,Int32>, Action)

플랫폼 렌더러에서 내부용으로 사용합니다.

Apply<TFrom>(NotifyCollectionChangedEventArgs, IList<TFrom>, IList<Object>)

플랫폼 렌더러에서 내부용으로 사용합니다.

Apply(NotifyCollectionChangedEventArgs, Action<Object,Int32,Boolean>, Action<Object,Int32>, Action)

플랫폼 렌더러에서 내부용으로 사용합니다.

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

매개 변수

self
System.Collections.Specialized.NotifyCollectionChangedEventArgs

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

insert
System.Action<System.Object,System.Int32,System.Boolean>

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

removeAt
System.Action<System.Object,System.Int32>

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

reset
System.Action

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

반환

System.Collections.Specialized.NotifyCollectionChangedAction

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

적용 대상

Apply<TFrom>(NotifyCollectionChangedEventArgs, IList<TFrom>, IList<Object>)

플랫폼 렌더러에서 내부용으로 사용합니다.

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

형식 매개 변수

TFrom

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

매개 변수

self
System.Collections.Specialized.NotifyCollectionChangedEventArgs

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

from
System.Collections.Generic.IList<TFrom>

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

to
System.Collections.Generic.IList<System.Object>

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

적용 대상