[This is preliminary documentation and is subject to change.]
Namespace: NFX.CollectionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
internal static Dictionary<string, string> MakeDictionary(
bool senseCase
)
internal static Dictionary<string, string> MakeDictionary(
bool senseCase
)
Friend Shared Function MakeDictionary (
senseCase As Boolean
) As Dictionary(Of String, String)
Friend Shared Function MakeDictionary (
senseCase As Boolean
) As Dictionary(Of String, String)
internal:
static Dictionary<String^, String^>^ MakeDictionary(
bool senseCase
)
internal:
static Dictionary<String^, String^>^ MakeDictionary(
bool senseCase
)
internal static member MakeDictionary :
senseCase : bool -> Dictionary<string, string>
internal static member MakeDictionary :
senseCase : bool -> Dictionary<string, string>
Return Value
Type:
Dictionary
String,
String