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.

Namespace:  C1.LiveLinq.Collections
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public Func<T> CreateNew { get; set; }
Visual Basic
Public Property CreateNew As Func(Of T)
	Get
	Set

See Also