CollectionTally.CollectionTallyResult.

CollectionTally.

CollectionTallyResult(List<object>, List<object>) Constructor

Summary

Initializes a new instance of the CollectionTally.CollectionTallyResult class with the given fields.

Syntax

public CollectionTallyResult(List<object> missingItems, List<object> extraItems)

Parameters

Name Type Description
missingItems List<object>
extraItems List<object>

Return Value

Type Description
void