Make immutable object mutable(msmvps.com)
submitted by
Joacim(255) 2 years, 8 months ago
In .Net the String object is an immutable object, which means that it’s basically constant and can’t be changed. You can’t change a string, you can only create new strings. The various methods that the String class have never directly change the string they operate on, instead they return a new string...
|category: VB.NET
|Views: 10
tags:
VB.NET another
Everyones tags:
Your Tags: