Freigeben über


CurrencyWrapper-Konstruktor: (Decimal)

 

Veröffentlicht: Oktober 2016

Initialisiert eine neue Instanz von der CurrencyWrapper -Klasse mit den Decimal eingeschlossen und als Typ gemarshallt werden VT_CY.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

public CurrencyWrapper(
    decimal obj
)
public:
CurrencyWrapper(
    Decimal obj
)
new : 
        obj:decimal -> CurrencyWrapper
Public Sub New (
    obj As Decimal
)

Parameter

  • obj
    Type: System.Decimal

    Die Decimal eingeschlossen und als gemarshallt werden VT_CY.

Versionsinformationen

Universelle Windows-Plattform
Verfügbar seit 8
.NET Framework
Verfügbar seit 1.1
Portierbare Klassenbibliothek
Unterstützt in: portierbare .NET-Plattformen
Windows Phone
Verfügbar seit 8.1

Siehe auch

CurrencyWrapper Überladen
CurrencyWrapper-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang