共用方式為


CashCounts(CashCount[], Boolean) Constructor

Definition

Creates an instance of the CashCounts structure from parameters specifying the instance's constituent parts.

public CashCounts (Microsoft.PointOfService.CashCount[] counts, bool discrepancy);
new Microsoft.PointOfService.CashCounts : Microsoft.PointOfService.CashCount[] * bool -> Microsoft.PointOfService.CashCounts
Public Sub New (counts As CashCount(), discrepancy As Boolean)

Parameters

counts
CashCount[]

array.

discrepancy
Boolean

If true, some cash could not be included in counts; otherwise, false.

Applies to