__declspec(property(get = GetValue, put = SetValue)) bool Value;
Read:
bool GetValue();Write:
void SetValue(const bool value);Declared in Dew::Math::TBoolValue · Dew.Math/MtxParseClass.h · Cross-compiler