Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C# equivalent of VB With - Endwith
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01541144
Message ID:
01541217
Vues:
50
>> Of course the argument most often put forward by the VB camp for WITH....ENDWITH is that it reduces the amount of typing required.
>
>Some time ago I finally switched from VB.NET to C#. As silly as it sounds, one of my reasons was the necessity to use underscores in VB multi-line statements.
>
>I agree that ending statements with the semicolon is also questionable. But for me the underscores were much worse.

As Craig pointed out you can (mostly) rely on implicit line continuation in VS2010. But I just do not like the general verbosity of VB. eg
static string X(out string s, int[] i) { }
becomes:
Private Shared Function X(ByRef s As String, i As Integer()) As String
End Function
So VB requires twice as many characters :-}
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform