mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-02-22 10:55:04 -06:00
40 lines
860 B
Markdown
40 lines
860 B
Markdown
|
# GetNumParts Method
|
||
|
|
||
|
|
||
|
Gets the number parts.
|
||
|
|
||
|
|
||
|
|
||
|
## Definition
|
||
|
**Namespace:** <a href="N_CapyKit_Helpers.md">CapyKit.Helpers</a>
|
||
|
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.4
|
||
|
|
||
|
**C#**
|
||
|
``` C#
|
||
|
public int GetNumParts()
|
||
|
```
|
||
|
**F#**
|
||
|
``` F#
|
||
|
member GetNumParts : unit -> int
|
||
|
```
|
||
|
|
||
|
|
||
|
|
||
|
#### Return Value
|
||
|
<a href="https://learn.microsoft.com/dotnet/api/system.int32" target="_blank" rel="noopener noreferrer">Int32</a>
|
||
|
The number parts.
|
||
|
|
||
|
## Exceptions
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td><a href="https://learn.microsoft.com/dotnet/api/system.argumentexception" target="_blank" rel="noopener noreferrer">ArgumentException</a></td>
|
||
|
<td>Thrown when one or more arguments have unsupported or illegal values.</td></tr>
|
||
|
</table>
|
||
|
|
||
|
## See Also
|
||
|
|
||
|
|
||
|
#### Reference
|
||
|
<a href="T_CapyKit_Helpers_KeyHelper.md">KeyHelper Class</a>
|
||
|
<a href="N_CapyKit_Helpers.md">CapyKit.Helpers Namespace</a>
|