T
tinman
Hi...
Are there performance issues related to the way in which the New keyword is
used
in VB.NET?
For example, is there a difference betwen the following calls:
1. Dim TestString as StringBuilder = New Stringbuilder
2. Dim TestString as New StringBuilder
Thanks...
Are there performance issues related to the way in which the New keyword is
used
in VB.NET?
For example, is there a difference betwen the following calls:
1. Dim TestString as StringBuilder = New Stringbuilder
2. Dim TestString as New StringBuilder
Thanks...