__declspec(property(get = GetAutoPattern, put = SetAutoPattern)) bool AutoPattern;
Read:
bool GetAutoPattern();Write:
void SetAutoPattern(const bool Value);Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler