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; }
Public ReadOnly Property EmptyCollectionGenerator As Func(Of ICollection(Of String))
Get
public:
property Func<ICollection<String^>^>^ EmptyCollectionGenerator {
Func<ICollection<String^>^>^ get ();
}
member EmptyCollectionGenerator : Func<ICollection<string>> with get
Property Value
Type:
FuncICollectionStringRemarks
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