 | BcfViewManagerDefaultViewCollectionCount Property |
Gets the number of items contained in this instance.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntaxpublic int Count { get; }Public ReadOnly Property Count As Integer
Get
Property Value
Type:
Int32The number of items contained in this instance.
Implements
IReadOnlyCollectionTCount
See Also