mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
17 lines
336 B
Markdown
17 lines
336 B
Markdown
---
|
|
title: IKeymanPackagsInstalled::IndexOf Method
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackagsInstalled::IndexOf` method returns the zero-based
|
|
index of the package in the collection that has an ID matching the `ID`
|
|
parameter.
|
|
|
|
If no package matches, then the method returns `-1`.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
long IndexOf(string ID)
|
|
```
|