CapyKit/Documentation/Help/M_Tests_Passwords__ctor.md

29 lines
434 B
Markdown
Raw Normal View History

2024-08-27 18:54:36 -05:00
# Passwords Constructor
Initializes a new instance of the <a href="T_Tests_Passwords.md">Passwords</a> class
## Definition
**Namespace:** <a href="N_Tests.md">Tests</a>
**Assembly:** Tests (in Tests.exe) Version: 1.0.0
**C#**
``` C#
public Passwords()
```
**F#**
``` F#
new : unit -> Passwords
```
## See Also
#### Reference
<a href="T_Tests_Passwords.md">Passwords Class</a>
<a href="N_Tests.md">Tests Namespace</a>