TVecIntList::Count Property

__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