Returns this enumeration element (bit field) as an array of sub elements (bit fields). This method has effect only for enumerations that defines bit flags.
var instance = new Vintasoft.Shared.WebFlagsEnumItemBaseJS();
var value; // Type: Vintasoft.Shared.WebFlagsEnumItemBaseJS[]
value = instance.toArray();