mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-02-22 10:55:04 -06:00
31 lines
667 B
Markdown
31 lines
667 B
Markdown
|
# GetNumParts_ThrowsException_WhenLessThanTwo Method
|
||
|
|
||
|
|
||
|
\[Missing <summary> documentation for "M:Tests.Helpers.KeyHelperTests.GetNumParts_ThrowsException_WhenLessThanTwo"\]
|
||
|
|
||
|
|
||
|
|
||
|
## Definition
|
||
|
**Namespace:** <a href="N_Tests_Helpers.md">Tests.Helpers</a>
|
||
|
**Assembly:** Tests (in Tests.exe) Version: 1.0.0
|
||
|
|
||
|
**C#**
|
||
|
``` C#
|
||
|
[TestAttribute]
|
||
|
public void GetNumParts_ThrowsException_WhenLessThanTwo()
|
||
|
```
|
||
|
**F#**
|
||
|
``` F#
|
||
|
[<TestAttribute>]
|
||
|
member GetNumParts_ThrowsException_WhenLessThanTwo : unit -> unit
|
||
|
```
|
||
|
|
||
|
|
||
|
|
||
|
## See Also
|
||
|
|
||
|
|
||
|
#### Reference
|
||
|
<a href="T_Tests_Helpers_KeyHelperTests.md">KeyHelperTests Class</a>
|
||
|
<a href="N_Tests_Helpers.md">Tests.Helpers Namespace</a>
|