|
-
Jan 12th, 2010, 08:06 PM
#22
Re: Default Property Values
1) MSDN documentation or a book on the language would provide information like this. (or ask on vbforums )
2) in reality, no assignments can be made outside of a method/property. So when you declare a variable at the class level, and give it a value where you declare it, that value assignment is actually going to be done in the constructor when the code actually runs.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|