Initializes a new instance of a Tally.

Namespace:  C1.Silverlight.Binding
Assembly:  C1.Silverlight.Binding.5 (in C1.Silverlight.Binding.5.dll)

Syntax

C#
public Tally(
	bool numbersOnly
)
Visual Basic
Public Sub New ( _
	numbersOnly As Boolean _
)

Parameters

numbersOnly
Type: System..::..Boolean
Whether this Tally can be used only with numeric values.

See Also