ObjectExtensions
Some methods for working with bare objects.
Returns the concatenation of the provided enumerable with the
specified element. The item is added to the beginning.
Constraints the given value between the min and max values.
Returns the removal of the specified element from the provided
enumerable.
Gets an item from the enumerable by its index. Throws an exception
if the provided index is invalid.
Retrieves a string describing the error of a given error code.
Gets the value of the given key, otherwise the provided default
value.
Transforms the values of the object into a dictionary of strings.
Tries to obtain the given key, otherwise returns the default value.
Tries to obtain the given key, otherwise returns null.