[This is preliminary documentation and is subject to change.]
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public RegistryDictionary(
bool caseSensitive,
IDictionary<string, T> other
)
public RegistryDictionary(
bool caseSensitive,
IDictionary<string, T> other
)
Public Sub New (
caseSensitive As Boolean,
other As IDictionary(Of String, T)
)
Public Sub New (
caseSensitive As Boolean,
other As IDictionary(Of String, T)
)
public:
RegistryDictionary(
bool caseSensitive,
IDictionary<String^, T>^ other
)
public:
RegistryDictionary(
bool caseSensitive,
IDictionary<String^, T>^ other
)
new :
caseSensitive : bool *
other : IDictionary<string, 'T> -> RegistryDictionary
new :
caseSensitive : bool *
other : IDictionary<string, 'T> -> RegistryDictionary