What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Quick "translation": VB to C#

Quick "translation": VB to C#
Author: Message:
Alexandre.Lefebvre
Junior Member
**

Avatar

Posts: 61
– / Male / Flag
Joined: Nov 2010
RE: Quick "translation": VB to C#
If you don't want to state the lenght at the declaration and deal with array resising I would suggest that you use a typed collection.

In C#
System.Collections.Generic.List<IMoniker> moniker = new System.Collections.Generic.List<IMoniker>();
Code is beautiful.
07-21-2011 03:01 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Quick "translation": VB to C# - by Chancer on 07-21-2011 at 04:10 AM
RE: Quick "translation": VB to C# - by Alexandre.Lefebvre on 07-21-2011 at 01:13 PM
RE: Quick "translation": VB to C# - by Mnjul on 07-21-2011 at 02:03 PM
RE: Quick "translation": VB to C# - by Chancer on 07-21-2011 at 02:55 PM
RE: Quick "translation": VB to C# - by Alexandre.Lefebvre on 07-21-2011 at 03:01 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On