PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Framework serializing a ParamArray???

Reply

serializing a ParamArray???

 
Thread Tools Rate Thread
Old 24-11-2004, 12:19 AM   #1
Will
Guest
 
Posts: n/a
Default serializing a ParamArray???


can anyone tell me if ParamArray's are serializable, and if not what do I
need to do to serialize it?


_Will


  Reply With Quote
Old 24-11-2004, 01:33 PM   #2
Nick Hall
Guest
 
Posts: n/a
Default Re: serializing a ParamArray???


"Will" <kixman@excite.com> wrote in message
news:%23XyW5qb0EHA.1932@TK2MSFTNGP09.phx.gbl...
> can anyone tell me if ParamArray's are serializable, and if not what do I
> need to do to serialize it?
>
>
> _Will
>
>

There's nothing special from the declaring function's point of view about a
ParamArray (it's just a normal array as far as it's concerned). So yes,
they can be serialised in the normal way.

Regards,

Nick Hall


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off