|
-
Feb 3rd, 2007, 11:21 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] Refactoring a Field to a Property
C# has a neat little feature whereas a public filed can be turned into a public property that is backed by a private field. Visual Basic doesn't seem to have a similar automated feature.
Does anybody know of an addin or macro that will add this functionality? I'm not familiar enough with the IDE sdk to develop my own.
-
Feb 3rd, 2007, 11:56 PM
#2
Re: Refactoring a Field to a Property
-
Feb 4th, 2007, 04:31 AM
#3
Thread Starter
Fanatic Member
Re: Refactoring a Field to a Property
That works beautifully. Thanks.
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
|