Ридонли что это такое


Откройте возможности нейронного машинного перевода PROMT
PROMT.One (www.translate.ru) – бесплатный онлайн-переводчик на основе нейронных сетей (NMT) для азербайджанского, английского, арабского, греческого, иврита, испанского, итальянского, казахского, китайского, корейского, немецкого, португальского, русского, татарского, турецкого, туркменского, узбекского, украинского, финского, французского, эстонского и японского языков.
Изучайте времена и формы глаголов в английском, немецком, испанском, французском и русском языках в разделе Спряжение и склонение. Учите употребление слов и выражений в разных Контекстах. Мы собрали для вас миллионы примеров перевода на разные языки, которые помогут вам в изучении иностранных языков и подготовке домашних заданий.
Переводите в любом месте и в любое время с помощью мобильного переводчика PROMT.One для iOS и Android. Попробуйте голосовой и фотоперевод, скачайте языковые пакеты для офлайн-перевода.
Поделиться переводом
Но сейчас вы можете переводить только 999 символов за один раз.
Пожалуйста, войдите или зарегистрируйтесь, чтобы переводить до 5 000 символов единовременно. войти / зарегистрироваться
Добавить в избранное
Для добавления в Избранное необходимо авторизоваться
Немного о модификаторе readonly
Ключевое слово readonly — это модификатор, который можно использовать для полей. Если объявление поля содержит модификатор readonly, присвоение значений таким полям может происходить только как часть объявления или в конструкторе в том же классе.
Там же приводится пример использования данного модификатора. Все как бы хорошо, однако, данный пример приведен для типов значений, для ссылочных типов никаких пояснений не приводится.
В одной из книг приводился пример:
Данный кусок кода вызвал у меня определенное замешательство. Объект documentQueue объявлен как readonly, так каким же образом мы можем добавлять в него элементы? Я предположил, что, возможно, элементы данного объекта становятся readonly. Я написал аналогичный класс, но с использованием List. К моему удивлению, элементы изменялись без каких-либо трудностей.
Тогда я создал еще один объект Queue documentQueue2 и попробовал присвоить значение documentQueue( documentQueue=documentQueue2). И только в этом случае IntelieSense показала ошибку, что нельзя присвоить значение полю доступному только для чтения.
Таким образом, для ссылочных типов модификатор доступа readonly применяется к ссылке — ее нельзя будет изменить в будущем. Публичные же свойства, объекта ссылочного типа, остаются доступными для изменения.
Надеюсь, данная статья поможет таким же новичкам как и я быстрее освоить изучаемый язык.
О песочнице
Это «Песочница» — раздел, в который попадают дебютные посты пользователей, желающих стать полноправными участниками сообщества.
Если у вас есть приглашение, отправьте его автору понравившейся публикации — тогда её смогут прочитать и обсудить все остальные пользователи Хабра.
Чтобы исключить предвзятость при оценке, все публикации анонимны, псевдонимы показываются случайным образом.
О модерации
Не надо пропускать:
read only
Смотреть что такое «read only» в других словарях:
Read-only — generally refers to something that can be read, but not written to or modified.In computing, read only can mean:* Read only memory (ROM), a type of storage media * Read only access to files or directories in file system permissions … Wikipedia
read-only — [rēd΄ōn′lē] adj. Comput. designating or of a file whose contents can be read or viewed, but not altered: see also ROM … English World dictionary
Read Only — [dt. »nur lesen«], schreibgeschützt … Universal-Lexikon
read-only — adjective Unalterable, capable of being read but not written. Especially common in computer terms such as read only memory and read only access to files or directories (in in file system permissions or programs). See Also: read only access, read… … Wiktionary
read-only — Describes a file or other collection of information that can only be read; it cannot be updated in any way or deleted. Certain important operating system files are designated as read only to prevent their accidental deletion. Also, certain… … Dictionary of networking
read-only — adj. Read only is used with these nouns: ↑CD, ↑copy … Collocations dictionary
read only — tik skaitomas statusas T sritis informatika apibrėžtis Apibūdinantis laikmeną (pvz., diską, diskelį), failą, katalogą, kurį galima arba leidžiama tik skaityti, bet negalima jo keisti, taisyti arba šalinti. atitikmenys: angl. read only ryšiai: dar … Enciklopedinis kompiuterijos žodynas
read-only — read′ on′ly adj. cmp noting or pertaining to computer files or memory that can be read but cannot normally be changed • Etymology: 1965–70 … From formal English to slang
read-only — /reed ohn lee/, adj. Computers. of or pertaining to files or memory that can be read but cannot normally be changed. * * * … Universalium
read-only — /reed ohn lee/, adj. Computers. of or pertaining to files or memory that can be read but cannot normally be changed … Useful english dictionary
Read-only — Доступный только для чтения (о блоке памяти) … Краткий толковый словарь по полиграфии
readonly
Смотреть что такое «readonly» в других словарях:
DOM events — DOM (Document Object Model) events allow event driven programming languages like JavaScript, JScript, ECMAScript, VBScript and Java to register various event handlers/listeners on the element nodes inside a DOM tree, e.g. HTML, XHTML, XUL and SVG … Wikipedia
C Sharp syntax — The correct title of this article is C# syntax. The substitution or omission of the # sign is because of technical restrictions. Main article: C Sharp (programming language) This article describes the syntax of the C# programming language. The… … Wikipedia
Хранитель (шаблон проектирования) — Шаблон проектирования Хранитель Memento Тип: поведенческий Описан в Design Patterns Да Хранитель (также известный как Memento, Token, Лексема) поведенческий шаблон проектирования. Позволяет, не нарушая инкапсуляцию, зафикс … Википедия
Строитель (шаблон проектирования) — У этого термина существуют и другие значения, см. Строитель. Шаблон проектирования Строитель Builder Тип: порождающий Описан в Design Patterns Да Строитель (англ. Builder) п … Википедия
Одиночка (шаблон проектирования) — У этого термина существуют и другие значения, см. Одиночка. Шаблон проектирования Одиночка Singleton Тип: порождающий Описан в Design Patterns Да Одиночка (англ. Singleton) в программировании  … Википедия
Polymorphism in object-oriented programming — In simple terms, polymorphism is the ability of one type, A, to appear as and be used like another type, B. In strongly typed languages, this usually means that type A somehow derives from type B, or type A implements an interface that represents … Wikipedia
Comparison of programming languages (object-oriented programming) — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
HTML-Element — Ein SGML Element ist ein Knoten in einem durch SGML repräsentierten Informationsbaum. Es besteht aus den Element Eigenschaften – dem Bezeichner des Elements und seine Attribute – und dem Element Inhalt. In einer SGML Instanz wird ein SGML Element … Deutsch Wikipedia
SGML-Attribut — Ein SGML Element ist ein Knoten in einem durch SGML repräsentierten Informationsbaum. Es besteht aus den Element Eigenschaften – dem Bezeichner des Elements und seine Attribute – und dem Element Inhalt. In einer SGML Instanz wird ein SGML Element … Deutsch Wikipedia
SGML-Element — Ein SGML Element ist ein Knoten in einem durch SGML repräsentierten Informationsbaum. Es besteht aus den Element Eigenschaften – dem Bezeichner des Elements und seine Attribute – und dem Element Inhalt. In einer SGML Instanz wird ein SGML Element … Deutsch Wikipedia
Состояние (шаблон проектирования) — Шаблон проектирования Состояние State Тип: поведенческий Описан в Design Patterns Да Состояние (англ. State) шаблон проектирования. Используется в тех случаях, когда во время выполнения программы объект … Википедия
read only
1 read-only
только для считывания
—
[Е.С.Алексеев, А.А.Мячев. Англо-русский толковый словарь по системотехнике ЭВМ. Москва 1993]
Тематики
только для чтения
Атрибут файла или записи, разрешающий лишь доступ для чтения. В контексте управления сетями объекты с правами «только для чтения» обычно используются для обеспечения статистической информации о сети.
[ http://www.lexikon.ru/dict/net/index.html]
Тематики
2 read only
доступный только для чтения
неизменный
—
[Е.С.Алексеев, А.А.Мячев. Англо-русский толковый словарь по системотехнике ЭВМ. Москва 1993]
Тематики
Синонимы
3 read-only
read-only file — постоянный файл; файл только для считывания
4 read-only
read-only file — постоянный файл; файл только для считывания
5 read-only
вчт. файл предназначен только для чтения read-only вчт. с защитой от записи
6 read-only
7 read-only
8 read-only
9 read-only
10 read-only
11 read only
12 read only
13 read only
14 read-only
15 read-only
16 read-only
17 read only
18 read-only
19 read only
20 read only
См. также в других словарях:
Read-only — generally refers to something that can be read, but not written to or modified.In computing, read only can mean:* Read only memory (ROM), a type of storage media * Read only access to files or directories in file system permissions … Wikipedia
read-only — [rēd΄ōn′lē] adj. Comput. designating or of a file whose contents can be read or viewed, but not altered: see also ROM … English World dictionary
Read Only — [dt. »nur lesen«], schreibgeschützt … Universal-Lexikon
read-only — adjective Unalterable, capable of being read but not written. Especially common in computer terms such as read only memory and read only access to files or directories (in in file system permissions or programs). See Also: read only access, read… … Wiktionary
read-only — Describes a file or other collection of information that can only be read; it cannot be updated in any way or deleted. Certain important operating system files are designated as read only to prevent their accidental deletion. Also, certain… … Dictionary of networking
read-only — adj. Read only is used with these nouns: ↑CD, ↑copy … Collocations dictionary
read only — tik skaitomas statusas T sritis informatika apibrėžtis Apibūdinantis laikmeną (pvz., diską, diskelį), failą, katalogą, kurį galima arba leidžiama tik skaityti, bet negalima jo keisti, taisyti arba šalinti. atitikmenys: angl. read only ryšiai: dar … Enciklopedinis kompiuterijos žodynas
read-only — read′ on′ly adj. cmp noting or pertaining to computer files or memory that can be read but cannot normally be changed • Etymology: 1965–70 … From formal English to slang
read-only — /reed ohn lee/, adj. Computers. of or pertaining to files or memory that can be read but cannot normally be changed. * * * … Universalium
read-only — /reed ohn lee/, adj. Computers. of or pertaining to files or memory that can be read but cannot normally be changed … Useful english dictionary
Read-only — Доступный только для чтения (о блоке памяти) … Краткий толковый словарь по полиграфии
