<PackageReference Include="NUnit" Version="5.0.0-beta.1" />

NUnit.Framework.Constraints.CollectionTallyResult

public sealed class CollectionTallyResult
The result of a CollectionTally.
namespace NUnit.Framework.Constraints { public sealed class CollectionTallyResult { public List<object> ExtraItems { get; } public List<object> MissingItems { get; } public CollectionTallyResult(List<object> missingItems, List<object> extraItems); } }