commit
3488094882
@ -174,7 +174,7 @@ namespace ObservableCollections.Internal
|
||||
|
||||
static bool IsCompatibleObject(object? value)
|
||||
{
|
||||
return (value is T) || (value == null && default(T) == null);
|
||||
return (value is TView) || (value is T) || (value == null && default(T) == null);
|
||||
}
|
||||
|
||||
public bool IsReadOnly => true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user