__declspec(property(get = GetTag, put = SetTag)) long long Tag;
Read:
long long GetTag() const;Write:
void SetTag(const long long Value) const;Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler