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