CurrencyWrapper Construtores
Definição
Inicializa uma nova instância da classe CurrencyWrapper.Initializes a new instance of the CurrencyWrapper class.
Sobrecargas
| CurrencyWrapper(Decimal) |
Inicializa uma nova instância da classe CurrencyWrapper com o |
| CurrencyWrapper(Object) |
Inicializa uma nova instância da classe CurrencyWrapper com o objeto que contém o |
CurrencyWrapper(Decimal)
Inicializa uma nova instância da classe CurrencyWrapper com o Decimal a ser encapsulado e que terá marshaling como o tipo VT_CY.Initializes a new instance of the CurrencyWrapper class with the Decimal to be wrapped and marshaled as type VT_CY.
public:
CurrencyWrapper(System::Decimal obj);
public CurrencyWrapper (decimal obj);
new System.Runtime.InteropServices.CurrencyWrapper : decimal -> System.Runtime.InteropServices.CurrencyWrapper
Public Sub New (obj As Decimal)
Parâmetros
- obj
- Decimal
O parâmetro Decimal a ser encapsulado e ter marshaling como VT_CY.The Decimal to be wrapped and marshaled as VT_CY.
Aplica-se a
CurrencyWrapper(Object)
Inicializa uma nova instância da classe CurrencyWrapper com o objeto que contém o Decimal a ser encapsulado e que terá marshaling como o tipo VT_CY.Initializes a new instance of the CurrencyWrapper class with the object containing the Decimal to be wrapped and marshaled as type VT_CY.
public:
CurrencyWrapper(System::Object ^ obj);
public CurrencyWrapper (object obj);
new System.Runtime.InteropServices.CurrencyWrapper : obj -> System.Runtime.InteropServices.CurrencyWrapper
Public Sub New (obj As Object)
Parâmetros
- obj
- Object
O objeto que contém o Decimal a ser encapsulado e ter marshaling como VT_CY.The object containing the Decimal to be wrapped and marshaled as VT_CY.