G
Guest
Hi
I'd like to know if a property can be a array of a structure in VB.NET
I have a structure called sListItem and I need a property to be an array of that type, something like
Public Property ListItems()(10) As sListItem
....that I'd call as
myClass.ListIems(i).an
I am new in VB.NET and I don't know how to declare such thing..
Any idea??
Thanks a lot!!
FO
I'd like to know if a property can be a array of a structure in VB.NET
I have a structure called sListItem and I need a property to be an array of that type, something like
Public Property ListItems()(10) As sListItem
....that I'd call as
myClass.ListIems(i).an
I am new in VB.NET and I don't know how to declare such thing..
Any idea??
Thanks a lot!!
FO