Last updated 4 months ago
Was this helpful?
Enum in
Inherits from System.Enum
System.Enum
A type of .
public enum MarkupValueType { Integer, Float, String, Bool #pragma warning restore CA1720 }
A bool.
A float.
An integer.
A string.