Here’s a helpful little feature of VB 2005. The following is valid code:
<NotUndoable()> _
<NonSerialized()> _
Private mParent As Core.IEditableCollection
Notice that both attributes are independent – no need to use the harder syntax from 2003:
<NotUndoable(), NonSerialized()> _
Very nice little nugget!
Powered by: newtelligence dasBlog 2.0.7226.0
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
© Copyright 2013, Marimer LLC
E-mail