lol ja thanks.
i only got to reading the way to submit posts after the first post.
User Profile
Collapse
-
getting VS intellisense to suggest classes
i have create a class
Code:public class foo { private int _status; public int status { get { return _status;} set {_status = value;} } } for which i have created an enum public enum foo_Status { Included = 1, Excluded = 2 }
if(foo.status == ...Last edited by DrBunchman; Jul 23 '08, 09:42 AM. Reason: Added [Code] Tags - Please use the '#' button
No activity results to display
Show More
Leave a comment: