I don t understand what does the overloaded term mean in the context of msdn library s page for MemoryStream Close method (or others like Dispose).
See the page here. To me, overloaded points out the fact that you are providing a method with the same name but different signature than an existing one AND in the same class.
In this case, there s no existing Close method. Shouldn t it be override instead? Thanks!