8#include "Arp/Base/Rsc/Commons/RscType.hpp"
9namespace Arp::Base::Rsc::Commons
17 RscArrayInfo(
size_t size, RscType elementType,
size_t dimensions = 1,
size_t fieldCount = 0);
21 size_t Dimensions = 1;
22 size_t FieldCount = 0;
23 RscType ElementType = RscType::None;
Contains information to marshal dynamic arrays.
Definition: RscArrayInfo.hpp:14