ComArray.CreateDictionary

Creates an empty Dictionary with specified key value types

public bool CreateDictionary(string keyTypeName,
	string valueTypeName)

Parameters

keyTypeName
.NET Typename of the Key

valueTypeName
.NET Typename of the collection Data items

See also

Class ComArray

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic