'Declaration
Public Function New( _
ByVal As ImGearMetadataFormats, _
ByVal As Integer, _
ByVal As Object, _
ByVal As Object, _
ByVal As Boolean _
)
'Usage
Dim format As ImGearMetadataFormats
Dim tag As Integer
Dim data As Object
Dim nativeType As Object
Dim ignoredOnSave As Boolean
Dim instance As New ImGearMetadataLeaf(format, tag, data, nativeType, ignoredOnSave)
public ImGearMetadataLeaf(
ImGearMetadataFormats ,
int ,
object ,
object ,
bool
)
public: ImGearMetadataLeaf(
ImGearMetadataFormats ,
int ,
Object* ,
Object* ,
bool
)
public:
ImGearMetadataLeaf(
ImGearMetadataFormats ,
int ,
Object^ ,
Object^ ,
bool
)