Wie bekomme ich ein Array als Paramter �bergeben?

Die C# Syntax w�re zB

public string test(string[] s)
{
 return s[2];
}

W�re VB dann:

Public Function test(ByVal s AS String()) AS String
        Return s(2)
End Function

???

_______________________________________________
Vb.net Mailingliste, Postings senden an:
[email protected]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/vb.net

Odpovedet emailem