MemoryItem(int,decimal,IFormatter,IHelper) - YiZhang-Paul/Mock_Up_Calculator GitHub Wiki
Namespace: UserControlClassLibrary
Description: Initializes an instance of MemoryItem class with injected services.
| Parameters | Description |
|---|---|
| key<int> | index of stored value in calculator memory |
| value<decimal> | stored value |
| formatter<IFormatter> | format numbers to more human-readable format |
| helper<IHelper> | collection of generic methods that can be used across user controls |