ImGearArrayRef Constructor(Array)
In This Topic
Initializes a new instance of the
ImGearArrayRef structure.
Syntax
'Declaration
Public Function New( _
ByVal As Array _
)
'Usage
Dim content As Array
Dim instance As New ImGearArrayRef(content)
public ImGearArrayRef(
Array
)
public: ImGearArrayRef(
Array*
)
public:
ImGearArrayRef(
Array^
)
Parameters
- content
- Structure content.
See Also