TupleCreate Method (Int32) |
Create a new empty Tuple instance with a pre-defined number of columns
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic static Tuple Create(
int size
)
Public Shared Function Create (
size As Integer
) As Tuple
public:
static Tuple^ Create(
int size
)
static member Create :
size : int -> Tuple
Parameters
- size
- Type: SystemInt32
The number of columns in the tuple
Return Value
Type:
TupleA Tuple instance
See Also