DTO for conveying results from the more complex FindDuplicates variant which includes a key discriminator.
More...
|
| DuplicateResult (TKey key, IEnumerable< TItem > items) |
| Constructs a read-only dto.
|
|
TKey | Key [get] |
| Key of duplication.
|
IEnumerable< TItem > | Items [get] |
| Duplicated items matching this key.
|
DTO for conveying results from the more complex FindDuplicates variant which includes a key discriminator.
- Template Parameters
-
TKey | Type of the key that duplication was determined by |
TItem | Type of the duplicated item(s) |
◆ DuplicateResult()
PeanutButter.Utils.ExtensionsForIEnumerables.DuplicateResult< TKey, TItem >.DuplicateResult |
( |
TKey | key, |
|
|
IEnumerable< TItem > | items ) |
Constructs a read-only dto.
- Parameters
-
key | Key value |
items | Duplicated items |
The documentation for this class was generated from the following file:
- source/Utils/PeanutButter.Utils/ExtensionsForIEnumerables.cs