[]
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.
public Func<T> CreateNew { get; set; }
Public Property CreateNew As Func(Of T)