Enum Presence
Field presence.
Namespace: OnixS.SimpleBinaryEncoding.Templates
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public enum Presence : int
Fields
| Name | Description |
|---|---|
| Constant | The field is constant. |
| Optional | The field is optional. |
| Required | The field is required. |
| Undefined | Undefined. Base type presence was used, or Required by default. |