This commit is contained in:
JustArchi
2019-07-10 18:44:05 +02:00
parent 02a23f7291
commit fad76c0dde

View File

@@ -203,6 +203,7 @@ namespace ArchiSteamFarm.Collections {
}
[SuppressMessage("ReSharper", "AnnotationConflictInHierarchy")]
[SuppressMessage("ReSharper", "AssignNullToNotNullAttribute")]
void ICollection<T>.Add([NotNull] T item) => Add(item);
[NotNull]