<Code Lib>
2022 Enumeration
Changes 0
E

ContainerType

Description:
An enumerated type indicating if the field represents a single value or a container of multiple values.

public enum ContainerType

Name Description
E Simple One instance of the value included directly
E Array An expandable array of values
E Map An ordered map from keys to values

Loading…