B
bcg
I know that a Class can have an indexer, but can one or more
properties be created with an indexer? You could do this in VB6..
such as:
MyProperty (ByVal Index) As String
MyPropety = MyVal(Index)
properties be created with an indexer? You could do this in VB6..
such as:
MyProperty (ByVal Index) As String
MyPropety = MyVal(Index)