ParameterMap.Item
Description:
Gets or sets an item at a specified key within the map.
Gets or sets an item at a specified key within the map.
public virtual Parameter this[
string key
] { get; set; }
-
StringkeyThe key of the item to be set or retrieved.