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