Vertaling van "a value type" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Operand is something other than a value type.
Der Typ des Operanden ist kein Wert.
The wrapper is marked so the system knows that it contains a value type.
Der Wrapper wird markiert, sodass das System erkennt, dass dieser einen Werttyp enthält.
Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances.
Definiert eine allgemeine Methode, die von einem Werttyp oder einer Klasse für die Erstellung einer typspezifischen Methode zum Bestimmen der Gleichheit von Instanzen implementiert wird.
The constraints may include a value range, a value type, or a value format must be met.
Zu den Abhängigkeiten können ein Wertebereich, ein Wertetyp oder ein Werteformat gehören, die erfüllt sein müssen.
If a value type is assigned to a variable, that variable is given a fresh copy of the value.
Wenn einer Variablen ein Werttyp zugewiesen wird, wird dieser Variablen eine neue Kopie des Werts übergeben.
The variables needed for this study were determined and defined by a name, a value or range of values as well as a value type.
Die für die Studie benötigten Variablen wurden festgelegt und durch einen Variablennamen, einen Wert bzw. Wertbereich, sowie einen Typ definiert.
Type: A structure is a value type, while a class is a reference type
Ein Struct ist ein Werttyp, während eine Klasse ein Referenztyp ist.
Add and name a value type
Fügen Sie einen Werttyp hinzu, und benennen Sie diesen
The conversion of a value type instance to an object, which implies that the instance will carry full type information at run time and will be allocated in the heap.
Die Konvertierung einer Werttypinstanz in ein Objekt, d. h., dass die Instanz zur Laufzeit vollständige Typinformationen enthält und im Heap reserviert wird.
The two concepts are not the method parameter can be modified by ref regardless of whether it is a value type or a reference type.
Ein Methodenparameter kann durch ref geändert werden, unabhängig davon, ob es sich um einen Werttyp oder ein Verweistyp handelt.A reference.
The default value depends on whether the variable is of a value type or of a reference type.
Auch hier muss unterschieden werden ob es sich um einen Wertetyp oder um einen Referenztyp handelt.
In cases where it is necessary for a value type to behave like an object, a wrapper that makes the value type look like a reference object is allocated on the heap, and the value type's value is copied into it.
In Fällen, in denen ein Werttyp wie ein Objekt verwendet werden muss, wird im Heap ein Wrapper reserviert, der den Werttyp als Verweisobjekt darstellt. Anschließend wird der Werttyp in den Wrapper kopiert.
Members of property 'name' of type 'type' cannot be assigned with an object initializer because it is of a value type.
Compilerfehler CS1918: Member der "Name"-Eigenschaft vom Typ "Typ" können nicht mit einem Objektinitialisierer zugewiesen werden, da es sich um einen Werttyp handelt.