DictionaryForumContacts

   English
Terms for subject Microsoft containing initializer | all forms | exact matches only
EnglishRussian
array initializerинициализатор массива (A sequence of variable initializers that are assigned to the array elements in the same statement in which the array is declared)
brace-enclosed form of new-initializerформат заключения в скобки нового инициализатора (Visual Studio 2013 ssn)
collection initializerинициализатор набора (A sequence of object initializers that are assigned to the collection elements in the same statement in which the collection is constructed)
element initializerинициализатор элементов (A sequence of object initializers that are assigned to the collection elements in the same statement in which the collection is constructed)
member of an object initializerчлен инициализатора объекта (Visual Studio 2013 ssn)
object initializerинициализатор объекта (Visual Studio 2013 ssn)
property initializerинициализатор свойства (Alex_Odeychuk)
property initializer syntaxсинтаксис инициализатора свойства (Alex_Odeychuk)
variable initializerинициализатор переменной (An assignment statement that is executed when the variable's class is initialized)