以下函数给出编译错误"不要覆盖object.Finalize.而是提供析构函数."
protected override void Finalize() { this.Dispose(); base.Finalize(); }
c#
c# ×1