>> back in my VB6 coding, I was able to resume execution after a given error occured. That was a very handy feature of VB6 that is missing in the structured exception handling mechanism, so I was actually unhappy with this. To date, I don't understand why it is better than the old way.
I'm not...
Here's an article worth reading...
Efficient Techniques for Modifying Large XML Files
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxmlnet/html/largexml.asp
This technique is extremely useful if you are inserting data. It's not quite as powerful if you have to do updates.
I think you meant to say Property Accessor functions. The following code compiles perfectly. If you attempt to write a property declaration arount the two internal variables, then you get a compile-time error.
public struct MyStruct {
int Var1;
int Var2;
MyStruct(int x...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.