Click or drag to resize

SettingsCollection(IDictionary<String, String> ) Constructor

Initializes a new instance of the SettingsCollection class.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
Syntax
public SettingsCollection(
	IDictionary<string, string> dictionary
)
View Source

Parameters

dictionary  IDictionary<String, String>
The IDictionary<TKey, TValue> whose elements are to be copied to this SettingsCollection.
See Also