Open yfital opened 6 years ago
public void Add([NotNull] TData dataItem) ... if (_items.TryAdd(dataItem.Key, dataItem)) ...
Exceptional requests to add AregumentNullException, although both dataItem and key member are marked with NotNull
public void Add([NotNull] TData dataItem) ... if (_items.TryAdd(dataItem.Key, dataItem)) ...
Exceptional requests to add AregumentNullException, although both dataItem and key member are marked with NotNull