バージョン

CollectionChangeUndoUnit<T> コンストラクタ

オーバーロード一覧
オーバーロード解説
CollectionChangeUndoUnit<T> コンストラクタ(ICollection<T>,NotifyCollectionChangedEventArgs,String)指定した System.Collections.Specialized.NotifyCollectionChangedEventArgs に基づく新しい CollectionChangeUndoUnit<T> を初期化します。  
CollectionChangeUndoUnit<T> コンストラクタ(ICollection<T>,NotifyCollectionChangedAction,T,Int32,String)特定の項目の追加または削除のために、新しい CollectionChangeUndoUnit<T> を初期化します。  
CollectionChangeUndoUnit<T> コンストラクタ(ICollection<T>,NotifyCollectionChangedAction,T[],Int32,String)複数の項目の追加または削除のために、新しい CollectionChangeUndoUnit<T> を初期化します。  
CollectionChangeUndoUnit<T> コンストラクタ(ICollection<T>,T[],String)指定されたコレクションのリセットのために、新しい CollectionChangeUndoUnit<T> を初期化します。  
CollectionChangeUndoUnit<T> コンストラクタ(ICollection<T>,T,T,Int32,String)特定の項目の置換のために、新しい CollectionChangeUndoUnit<T> を初期化します。  
CollectionChangeUndoUnit<T> コンストラクタ(ICollection<T>,T,Int32,Int32,String)特定の項目の移動のために、新しい CollectionChangeUndoUnit<T> を初期化します。  
参照