Class ScriptDictionary<TKey, TValue>
Inheritance
ScriptDictionary<TKey, TValue>
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class ScriptDictionary<TKey, TValue>
Type Parameters
| Name |
Description |
| TKey |
|
| TValue |
|
Constructors
ScriptDictionary(Func<TKey, TValue>)
Declaration
public ScriptDictionary(Func<TKey, TValue> getValueHandler)
Parameters
| Type |
Name |
Description |
| Func<TKey, TValue> |
getValueHandler |
|
ScriptDictionary(Func<TKey, TValue>, Action<TKey, TValue>)
Declaration
public ScriptDictionary(Func<TKey, TValue> getValueHandler, Action<TKey, TValue> setValueHandler)
Parameters
| Type |
Name |
Description |
| Func<TKey, TValue> |
getValueHandler |
|
| Action<TKey, TValue> |
setValueHandler |
|
Properties
this[TKey]
Declaration
public TValue this[TKey key] { get; set; }
Parameters
| Type |
Name |
Description |
| TKey |
key |
|
Property Value
Extension Methods