C#、VB.NET クラスで利用するキーワード対応表

https://dobon.net/vb/dotnet/vb2cs/vb2cstable.html
上記URLから抜粋。

VB.NET            C#
------------------------------
Friend            internal
Shared            static
Overridable       virtual
Overrides         override
MustOverride      abstract