Click or drag to resize

SettingsCollection(IEqualityComparerString) Constructor

Initializes a new instance of the SettingsCollection class.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.284-beta+805ed69bbaa748bda5f49830845a2ffff2791ae0
Syntax
public SettingsCollection(
	IEqualityComparer<string> comparer
)
View Source

Parameters

comparer  IEqualityComparerString
The StringComparer to use when comparing keys or null to use the default StringComparer.
See Also