CapyKit/Documentation/Help/F_CapyKit_Helpers_KeyHelper_numPartsAccessor.md

32 lines
726 B
Markdown
Raw Normal View History

2025-02-14 04:52:55 -06:00
# 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>