[]
        
(Showing Draft Content)

C1.LiveLinq.Collections.IndexedCollection-1.CreateNew

CreateNew Property

CreateNew

Gets or sets a delegate that is used to create new items. If it is null, a public parameterless constructor of type T is used.

Declaration
public Func<T> CreateNew { get; set; }