Enum AgeGroup
A flags enumeration that represents the age groups a Person can have. Since this enumeration has the System.FlagsAttribute, multiple age groups can be combined into one value.
Namespace: TinyLife.Objects
Assembly: Tiny Life.dll
Syntax
[Flags]
public enum AgeGroup
Fields
Name | Description |
---|---|
Adult | An age group that represents adults |
Child | An age group that represents children |