Subject | English | German |
comp., MS | array initializer | Arrayinitialisierer (A sequence of variable initializers that are assigned to the array elements in the same statement in which the array is declared) |
comp., MS | collection initializer | Auflistungsinitialisierer (A sequence of object initializers that are assigned to the collection elements in the same statement in which the collection is constructed) |
comp., MS | element initializer | Elementinitialisierer (A sequence of object initializers that are assigned to the collection elements in the same statement in which the collection is constructed) |
comp., MS | object initializer | Objektinitialisierer (A set of name/value pairs or unnamed variable initializers that are assigned to the public fields of an object in the same statement in which the object is declared) |
comp., MS | variable initializer | Variableninitialisierer (An assignment statement that is executed when the variable's class is initialized) |
tech. | volume initializer | Vorbereiten eines Datentraeger |