A1VBCode Forums

my question about???


http://a1vbcode.com/vbforums/Topic26529.aspx

By vikas - 12/22/2008

It has to do with the same old story I've posted weeks ago..... and I'm so angry about VB. Net (1.1) ....



Someone solve me this one, please:

----------------------------------------

Public Class Thinger



Private arrThings As ArrayList



Public Sub New()

Me.arrThings = New ArrayList()

End Sub



Public Sub AddThing(String thingId)

Dim x As New Thing(thingId)

Me.arrThings.Add(x)

End Sub



Public Function GetThings() As Thing()

Return CType(Me.arrThings.ToArray(?#@!?), Thing())

End Function



End Class
By vikas - 12/23/2008

if you have the answer then please post here because there is need for it.so help me..