Last updated 2 years ago
Was this helpful?
Enum in
Inherits from System.Enum
System.Enum
A type of .
public enum MarkupValueType { Integer, Float, String, Bool }
A bool.
A float.
An integer.
A string.