AppSettingEmptyCollectionGenerator Property

Gets a delegate which returns an empty collection of the correct type, if SettingType implements ICollection<string>.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public Func<ICollection<string>>? EmptyCollectionGenerator { get; }

Property Value

Type: FuncICollectionString
Remarks
If SettingType is a type which implements ICollection<string>, and a custom serializer/deserializer have not been specified, a value for this property must be specified.
See Also