[]
Specifies a calling contract for collections that support the creation of its items.
public interface ISupportCreateNewItem<out T>
Public Interface ISupportCreateNewItem(Of Out T)
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| CreateNewItem() | Creates a new item of the collection. |