DictUtilsCount Property

Count of dictionary items

Definition

Namespace: MbcsUtils
Assembly: MbcsUtils (in MbcsUtils.dll) Version: 1.0.0.0 (1.0.0.0)
VB
Public ReadOnly Property Count As Integer
	Get

Dim instance As DictUtils
Dim value As Integer

value = instance.Count

Return Value

Int32
Number of items in dictionary

See Also