Enum Gender
- Namespace
- XENBIT.ResQueServe.Abstractions.DataStructures
- Assembly
- RQS.Abstractions.dll
Specifies the gender of an individual.
public enum Gender
- Extension Methods
Fields
Female = 1Represents the female gender.
Male = 0Represents the male gender.
NonBinary = 2Represents a non-binary gender.