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 (26.2.0.1000)
Syntax
public Func<ICollection<string>>? EmptyCollectionGenerator { get; }

Property Value

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