Object Arrays: I have 2 declarations. What's the difference?

Posted by George on Stack Overflow See other posts from Stack Overflow or by George
Published on 2010-05-23T19:30:31Z Indexed on 2010/05/23 19:40 UTC
Read the original article Hit count: 267

Filed under:
Dim MyOrders As Order()
Dim MyOrders2() As Order

© Stack Overflow or respective owner

Related posts about vb.net