ISFSArrayAddBoolArray Method |
Appends an array of boolean values to the end of this array.
Namespace:
Sfs2X.Entities.Data
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax void AddBoolArray(
bool[] val
)
Parameters
- val
- Type: SystemBoolean
The array of booleans to be appended to this array.
See Also