3 packages tagged with “netstandard1.0”
This library includes most of the APIs from the NETStandard specification built on top of Windows CE platform
This library is deprecated in favor of TeixeiraSoftware.Finance.Currency and will receive no more updates.
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity.