NotifyCollectionChangedEventArgsExtensions.Apply 方法      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 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 平台内部使用。