CapyKit/Documentation/Help/M_Tests_Helpers_KeyHelperTests__ctor.md

29 lines
517 B
Markdown
Raw Normal View History

2025-02-14 04:52:55 -06:00
# 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>