[]
Creates a new item of the collection.
public static T? CreateNewItem<T>(this IDataCollection<T> dataCollection) where T : class?
Public Shared Function CreateNewItem(Of T As Class)(dataCollection As IDataCollection(Of T)) As T
| Type | Name | Description |
|---|---|---|
| IDataCollection<T> | dataCollection | The data collection. |
| Type | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| T |