Create a new empty Tuple instance with a pre-defined number of columns

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

Syntax

C#
public static Tuple Create(
	int size
)
Visual Basic
Public Shared Function Create ( 
	size As Integer
) As Tuple
Visual C++
public:
static Tuple^ Create(
	int size
)
F#
static member Create : 
        size : int -> Tuple 

Parameters

size
Type: System..::..Int32
The number of columns in the tuple

Return Value

Type: Tuple
A Tuple instance

See Also