System.Runtime.InteropServices.CurrencyWrapper.CurrencyWrapper C# (CSharp) Метод

CurrencyWrapper() публичный Метод

public CurrencyWrapper ( decimal obj ) : System
obj decimal
Результат System
		public CurrencyWrapper (decimal obj)
		{
			currency = obj;
		}

Same methods

CurrencyWrapper::CurrencyWrapper ( object obj ) : System
CurrencyWrapper