mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
14 lines
210 B
Markdown
14 lines
210 B
Markdown
---
|
|
title: IKeymanCollection::Count Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanCollection::Count` property returns the number of elements
|
|
in the collection.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly long Count
|
|
```
|