mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-02-22 10:55:04 -06:00
32 lines
726 B
Markdown
32 lines
726 B
Markdown
|
# numPartsAccessor Field
|
||
|
|
||
|
|
||
|
Number of parts accessor function.
|
||
|
|
||
|
|
||
|
|
||
|
## Definition
|
||
|
**Namespace:** <a href="N_CapyKit_Helpers.md">CapyKit.Helpers</a>
|
||
|
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.4
|
||
|
|
||
|
**C#**
|
||
|
``` C#
|
||
|
private Func<int> numPartsAccessor
|
||
|
```
|
||
|
**F#**
|
||
|
``` F#
|
||
|
val mutable private numPartsAccessor: Func<int>
|
||
|
```
|
||
|
|
||
|
|
||
|
|
||
|
#### Field Value
|
||
|
<a href="https://learn.microsoft.com/dotnet/api/system.func-1" target="_blank" rel="noopener noreferrer">Func</a>(<a href="https://learn.microsoft.com/dotnet/api/system.int32" target="_blank" rel="noopener noreferrer">Int32</a>)
|
||
|
|
||
|
## See Also
|
||
|
|
||
|
|
||
|
#### Reference
|
||
|
<a href="T_CapyKit_Helpers_KeyHelper.md">KeyHelper Class</a>
|
||
|
<a href="N_CapyKit_Helpers.md">CapyKit.Helpers Namespace</a>
|