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