Click or drag to resize

Switch.Parity Property

True if the switch was in the format /+name, false for the format /-name, null if neither the + or - name prefix was specified.

Namespace: Orthogonal.Common.Basic
Assembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2025-03-15 14:42 GMT+11
Syntax
C#
public bool? Parity { get; }

Property Value

Nullable<Boolean>
See Also