[]
Creates a new instance of the specified collection item type.
protected override object CreateInstance(Type itemType)
Protected Overrides Function CreateInstance(itemType As Type) As Object
Type | Name | Description |
---|---|---|
Type | itemType | The type of item to create. |
Type | Description |
---|---|
object | A new instance of the specified object. |