On 5/14/07, Alan McGovern <[EMAIL PROTECTED]> wrote: > if you want that code to print out "adding a string again", change the > method to pass stringb by ref.
That only applies to value types. StringBuilder is a reference type, so the code in question should not return an empty string. Either that, or I need to re-learn some C# :p -- Lauri Kotilainen Tel: +358 44 555 2735 Email: [EMAIL PROTECTED] _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
