OwnedFastListBase Constructor(Object)
In This Topic
Initializes a new instance of the
OwnedFastList class.
Syntax
'Declaration
Public Function New( _
ByVal As Object _
)
public OwnedFastListBase(
object
)
Parameters
- owner
- The collection owner.
See Also