Class MapDataAPIType
Definition for a Map data type
public class MapDataAPIType : ListDataAPIType
- Inheritance
-
MapDataAPIType
- Inherited Members
Constructors
MapDataAPIType(DataAPIType)
Construct a Map data type with string keys and the specified value type
public MapDataAPIType(DataAPIType valueType)
Parameters
valueTypeDataAPIType
MapDataAPIType(DataAPIType, DataAPIType)
Construct a Map data type with the specified key and value types
public MapDataAPIType(DataAPIType keyType, DataAPIType valueType)
Parameters
keyTypeDataAPITypevalueTypeDataAPIType