Code Comments
Programming Forum and web based access to our favorite programming groups.C and C++ support variable argument lists, such as for example the printf() function. Does C# have any provision for this?
Post Follow-up to this message"toa" <toalmark@hotmail.com> writes: > C and C++ support variable argument lists, such as for example the printf( ) > function. Does C# have any provision for this? Pass a collection.
Post Follow-up to this messageCheck out the params keyword. http://msdn.microsoft.com/library/d...r /> arams.asp - Gus Perez C# Compiler QA Team Lead
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.