mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-02-22 10:55:04 -06:00
29 lines
498 B
Markdown
29 lines
498 B
Markdown
|
# KeyHelper Constructor
|
||
|
|
||
|
|
||
|
Initializes a new instance of the <a href="T_CapyKit_Helpers_KeyHelper.md">KeyHelper</a> class
|
||
|
|
||
|
|
||
|
|
||
|
## Definition
|
||
|
**Namespace:** <a href="N_CapyKit_Helpers.md">CapyKit.Helpers</a>
|
||
|
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.4
|
||
|
|
||
|
**C#**
|
||
|
``` C#
|
||
|
public KeyHelper()
|
||
|
```
|
||
|
**F#**
|
||
|
``` F#
|
||
|
new : unit -> KeyHelper
|
||
|
```
|
||
|
|
||
|
|
||
|
|
||
|
## See Also
|
||
|
|
||
|
|
||
|
#### Reference
|
||
|
<a href="T_CapyKit_Helpers_KeyHelper.md">KeyHelper Class</a>
|
||
|
<a href="N_CapyKit_Helpers.md">CapyKit.Helpers Namespace</a>
|