public bool IsReadOnly { get; }Public ReadOnly Property IsReadOnly As Boolean
Getpublic:
property bool IsReadOnly {
bool get ();
}member IsReadOnly : bool with getAlthough you can't change the values in a read-only matrix, you can make a writable copy of it.