mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
14 lines
220 B
Markdown
14 lines
220 B
Markdown
---
|
|
title: IKeymanErrors::Clear Method
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanErrors::Clear` method removes all
|
|
[`IKeymanError`](../IKeymanError) entries from the collection.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
void Clear(void)
|
|
```
|