In vb6 strings are a Value Type and a new copy is created every time a string method is used. In vb.net strings are a (Immutable) Reference Type ...
確定! 回上一頁