mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-14 04:03:36 -06:00
31 lines
475 B
Markdown
31 lines
475 B
Markdown
|
# Setup Method
|
||
|
|
||
|
|
||
|
\[Missing <summary> documentation for "M:Tests.StringExtensions.Setup"\]
|
||
|
|
||
|
|
||
|
|
||
|
## Definition
|
||
|
**Namespace:** <a href="N_Tests.md">Tests</a>
|
||
|
**Assembly:** Tests (in Tests.exe) Version: 1.0.0
|
||
|
|
||
|
**C#**
|
||
|
``` C#
|
||
|
[SetUpAttribute]
|
||
|
public void Setup()
|
||
|
```
|
||
|
**F#**
|
||
|
``` F#
|
||
|
[<SetUpAttribute>]
|
||
|
member Setup : unit -> unit
|
||
|
```
|
||
|
|
||
|
|
||
|
|
||
|
## See Also
|
||
|
|
||
|
|
||
|
#### Reference
|
||
|
<a href="T_Tests_StringExtensions.md">StringExtensions Class</a>
|
||
|
<a href="N_Tests.md">Tests Namespace</a>
|