mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
Remove usage of Tuple #45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mnadareski on GitHub (Jun 20, 2018).
Originally assigned to: @mnadareski on GitHub.
Personal goal to remove the usage of Tuple from the codebase. Either replace with a list of
KeyValuePairor with aDictionary<string, T>.Update, look into
OrderedDictionary<T>: https://msdn.microsoft.com/en-us/library/system.collections.specialized.ordereddictionary(v=vs.110).aspx and https://www.codeproject.com/Articles/18615/OrderedDictionary-T-A-generic-implementation-of-IO