C# Class TSystems.RELOAD.Storage.DictionaryEntry

A dictionary is a set of opaque values indexed by an opaque key with one value for each key. RELOAD base -13 p.84 --alex
Show file Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Public Properties

Property Type Description
key string
value DataValue

Property Details

key public property

public string key
return string

value public property

public DataValue,TSystems.RELOAD.Storage value
return DataValue