What Does The Following Property Defined In The Array Class #666
What does the following property defined in the array class defines in C#?</p> <pre><code class="language-csharp" line="1"> public bool IsReadOnly { get; } </code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Delegates, Generics and LINQ - Introduction of Array Class - Quiz No.1.
What does the following property defined in the array class defines in C#?
public bool IsReadOnly { get; }
a property is read only by nature
property is true if the array object is read only and false otherwise
value is false for arrays
all of the mentioned