Delegate ExtensiblePropertyDescriptor<T>.LazyDefaultFactory
Default value factory for a property in the container
Namespace: Ubiquity.NET.Llvm
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public delegate T LazyDefaultFactory();
Returns
T
Default value for the property, null is allowed as the return for nullable types |