add(Vintasoft.Shared.WebFlagsEnumItemBaseJS) Method
In This Topic
Returns new enumeration element (bit field) that is concatenation of this bit field and the specified bit field. This method has effect only for enumerations that defines bit flags.
Syntax
var instance = new Vintasoft.Shared.WebFlagsEnumItemBaseJS();
var value; // Type: Vintasoft.Shared.WebFlagsEnumItemBaseJS
// Parameters
var val; // Type: WebFlagsEnumItemBaseJS
value = instance.add(val);
Parameters
- val
- Value of enumeration element (bit field).
Return Value
New enumeration element (bit field) that is concatenation of this bit field and the specified bit field.
Browser Compatibility
See Also