DataStoreChangedHandlerTItem, TCollectionCount Property |
Gets the count of the items in the current registered collection.
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public override int Count { get; }
Public Overrides ReadOnly Property Count As Integer
Get
abstract Count : int with get
override Count : int with get
Property Value
Type:
Int32The count of items.
See Also