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