VoStructAttribute Constructor | |
Namespace:
XSharp.Internal
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax CONSTRUCTOR(
size AS LONG,
largestMemberSize AS LONG
)
public VoStructAttribute(
int size,
int largestMemberSize
)
Request Example
View SourceParameters
- size
- Type: Long
- largestMemberSize
- Type: Long
See Also