TypeInfoArray Data Member Function

This object's constructor.

Prototype

TypeInfoArray TypeInfoArray( int32 p_nCount, TypeInformation p_oTypeInfo )

Parameters

Parameter Type Parameter Name Documentation
int32p_nCountAn <int32> representing the number of <TypeInformation> objects to create during construction.
TypeInformationp_oTypeInfoA <TypeInformation> pointer representing the type with which to populate this object during construction.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.