mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-02-22 02:45:05 -06:00
856 B
856 B
SetNumPartsAccessor Method
Set and get the number of parts for the formatted key. Default is 2.
Definition
Namespace: CapyKit.Helpers
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.4
C#
public void SetNumPartsAccessor(
Func<int> accessor
)
F#
member SetNumPartsAccessor :
accessor : Func<int> -> unit