System.Runtime.InteropServices.CurrencyWrapper.CurrencyWrapper C# (CSharp) Method

CurrencyWrapper() public method

public CurrencyWrapper ( decimal obj ) : System
obj decimal
return System
		public CurrencyWrapper (decimal obj)
		{
			currency = obj;
		}

Same methods

CurrencyWrapper::CurrencyWrapper ( object obj ) : System
CurrencyWrapper