Solarion
Honorary Master
- Joined
- Nov 14, 2012
- Messages
- 28,050
- Reaction score
- 17,804
I have quite a big project I need to convert to VB.NET
It's going well however there's a few bits and pieces I would appreciate some help with. The first is this:
How does this translate to vb?
It's going well however there's a few bits and pieces I would appreciate some help with. The first is this:
Code:
private List<XMLSchemaErrors> xMLSchemaErrorsCollection;
How does this translate to vb?