mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-14 12:13:36 -06:00
29 lines
434 B
Markdown
29 lines
434 B
Markdown
|
# 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>
|