2 C# | Check if an array is read-only or not April 25, 2023 Chockalingam Array.IsReadOnly Property is used to get a value that indicates whether the Array is read-only or not. Syntax:
Recent Comments