__declspec(property(get = GetCount, put = SetCount)) int Count;
Read:
int GetCount();Write:
void SetCount(const int Value);Declared in Dew::Math::TMtxCollection · Dew.Math/MtxBaseComp.h · Cross-compiler