mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-03-12 12:46:39 -05: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