Share via


IsReadOnly Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value that indicates whether the collection is read only.

Namespace:  System.Text.RegularExpressions
Assembly:  System.Text.RegularExpressions (in System.Text.RegularExpressions.dll)

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean
public bool IsReadOnly { get; }
public:
property bool IsReadOnly {
    bool get ();
}
member IsReadOnly : bool with get
function get IsReadOnly () : boolean

Property Value

Type: System. . :: . .Boolean
true in all cases.

.NET Framework Security

See Also

Reference

MatchCollection Class

System.Text.RegularExpressions Namespace