__declspec(property(get = GetManaged, put = SetManaged)) bool Managed;
Read:
bool GetManaged();Write:
void SetManaged(const bool Value);Declared in Dew::Math::TMtxComponentList · Dew.Math/MtxBaseComp.h · Cross-compiler