You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Helpers/ObservableClasses.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ public class ObservableKeyedCollection<TKey, TItem> : KeyedCollection<TKey, TIte
24
24
/// Needs either a delegate or a property name to get the key from the child item.
25
25
/// Using a delegate should be faster than the property name which will use reflection.
26
26
/// If TItem implements both INotifyCollectionChanged and INotifyCollectionChanging, the name of the key property is also needed for key updating to work.
27
+
/// <para>Be aware that this is not thread-safe.</para>
0 commit comments