Subject | English | Turkish |
comp., MS | array initializer | dizi başlatıcı (A sequence of variable initializers that are assigned to the array elements in the same statement in which the array is declared) |
comp., MS | element initializer | öğe başlatıcısı (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 | nesne başlatıcısı (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 | değişken başlatıcısı (An assignment statement that is executed when the variable's class is initialized) |