Click or drag to resize

SettingsCollection(IDictionary<String, String> , IEqualityComparer<String> ) Constructor

Initializes a new instance of the SettingsCollection class.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
Syntax
public SettingsCollection(
	IDictionary<string, string> dictionary,
	IEqualityComparer<string> comparer
)
View Source

Parameters

dictionary  IDictionary<String, String>
The IDictionary<TKey, TValue> whose elements are to be copied to this SettingsCollection.
comparer  IEqualityComparer<String>
The StringComparer to use when comparing keys or null to use the default StringComparer.
See Also