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, 1996-2022 • Updated: 10/21/22
Comment or report problem with topic