Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# to VB.NET
Message
From
04/01/2008 13:54:58
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
C# to VB.NET
Environment versions
Environment:
VB 8.0
Miscellaneous
Thread ID:
01279466
Message ID:
01279466
Views:
69
I placed a large code block in a C# to VB.NET converter, and it converted fine except for the following propery.
   [ConfigurationProperty("Employees", IsDefaultCollection = true)]
   public EmployeeCollection Employees
   {

      get { return (EmployeeCollection) base["Employees"]; }

   }
Can somebody convert this for me. It's the base word that's throwing me off. Let me know if you need to see more code.
Very fitting: http://xkcd.com/386/
Next
Reply
Map
View

Click here to load this message in the networking platform