Click or drag to resize

SFSObject.PutIntArray Method

Associates the passed array of integers with the specified key in this object.

Namespace:  Sfs2X.Entities.Data
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public void PutIntArray(
	string key,
	int[] val
)

Parameters

key
Type: System.String
The key with which the specified array is to be associated.
val
Type:System.Int32[]
The array of integers to be associated with the specified key.

Implements

ISFSObject.PutIntArray(String,Int32[])
See Also