Method AddOrUpdate
AddOrUpdate<T>(string, T)
Declaration
public void AddOrUpdate<T>(string variableName, T value)
Parameters
Type | Name | Description |
---|---|---|
string | variableName | |
T | value |
Type Parameters
Name | Description |
---|---|
T |
Implements
AddOrUpdate<T>(string, T, Func<T, T>)
Declaration
public void AddOrUpdate<T>(string variableName, T value, Func<T, T> updater)
Parameters
Type | Name | Description |
---|---|---|
string | variableName | |
T | value | |
Func<T, T> | updater |
Type Parameters
Name | Description |
---|---|
T |