Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ NotifyCollectionChangedEventArgs() [7/11]

System.Collections.Specialized.NotifyCollectionChangedEventArgs.NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action,
object? newItem,
object? oldItem,
int index )
inline

Definition at line 118 of file NotifyCollectionChangedEventArgs.cs.

119 {
121 {
123 }
124 _action = action;
125 _newItems = new SingleItemReadOnlyList(newItem);
126 _oldItems = new SingleItemReadOnlyList(oldItem);
128 }
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string WrongActionForCtor
Definition SR.cs:32
Definition SR.cs:7

References System.Collections.Specialized.NotifyCollectionChangedEventArgs._action, System.Collections.Specialized.NotifyCollectionChangedEventArgs._newItems, System.Collections.Specialized.NotifyCollectionChangedEventArgs._newStartingIndex, System.Collections.Specialized.NotifyCollectionChangedEventArgs._oldItems, System.Collections.Specialized.NotifyCollectionChangedEventArgs._oldStartingIndex, System.action, System.SR.Format(), System.index, and System.SR.WrongActionForCtor.