استفاده از کلمه کلیدی new در عنوان متدی که با متدی در base class آن همنام است
301, MovedPermanently
https://msdn.microsoft.com/en-us/library/435f1dw2.aspx icon
When used as a declaration modifier, the new keyword explicitly hides a member that is inherited from a base class. When you hide an inherited member, the derived version of the member replaces the base class version. Although you can hide members without using the new modifier, you get a compiler warning. If you use new to explicitly hide a member, it suppresses this warning. 
استفاده از کلمه کلیدی new در عنوان متدی که با متدی در base class آن همنام است