Click or drag to resize

SFSArrayIsNull Method

Indicates if the element at the specified position in this array is null.

Namespace:  Sfs2X.Entities.Data
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool IsNull(
	int index
)

Parameters

index
Type: SystemInt32
The position of the element to be checked.

Return Value

Type: Boolean
true if the element of this array at the specified position is null.

Implements

ISFSArrayIsNull(Int32)
See Also