[]
        
(Showing Draft Content)

C1.DataCollection.ISupportCreateNewItem-1

ISupportCreateNewItem<T> Interface

Specifies a calling contract for collections that support the creation of its items.

Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public interface ISupportCreateNewItem<out T>
Type Parameters
Name Description
T

Methods

Name Description
CreateNewItem()

Creates a new item of the collection.