mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
353 B
353 B
| title |
|---|
| IKeymanPackageContentFiles::IndexOf Method |
Introduction
The IKeymanPackageContentFiles::IndexOf method returns the zero-based
index of the file in the collection that has a filename matching the
Filename parameter.
If no file matches, then the method returns -1.
Specification
long IndexOf(string Filename)