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