Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 what is the VB equivalent of the C# keyword sealed

Author  Topic 

rtutus
Aged Yak Warrior

522 Posts

Posted - 2006-06-28 : 13:25:45
how d we translate the C# code: sealed class ReflectionSample to VB
Thanks

dfiala
Posting Yak Master

116 Posts

Posted - 2006-06-28 : 15:25:41
NotInheritable

Dean Fiala
Very Practical Software, Inc
Now with Blogging...
http://www.vpsw.com/blogbaby
Microsoft MVP
Go to Top of Page

DonAtWork
Master Smack Fu Yak Hacker

2167 Posts

Posted - 2006-06-29 : 11:47:08
kick butt reference page:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vxorilanguageequivalentskeywords.asp

Help us help YOU!
Read this blog entry for more details: http://weblogs.sqlteam.com/brettk/archive/2005/05/25.aspx

*need more coffee*
SELECT * FROM Users WHERE CLUE > 0
(0 row(s) affected)
Go to Top of Page
   

- Advertisement -