This delegate is used to create new items.
If it is null, a public parameterless constructor of type T is used.
Namespace:
C1.LiveLinqAssembly: C1.Silverlight.LiveLinq (in C1.Silverlight.LiveLinq.dll)
Syntax
| C# |
|---|
Func<T> CreateNew { get; } |
| Visual Basic |
|---|
ReadOnly Property CreateNew As Func(Of T) Get |