RegExpMatchList IsReadOnly Property C# API
Gets a value that indicates whether the RegExpMatchList is read-only.

Namespace: Facilita.Native
Assembly: clrNativeWrapper (in clrNativeWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public bool IsReadOnly { get; }

Field Value

true if the RegExpMatchList is read-only; otherwise, false.
Remarks

A collection that is read-only does not allow the addition, removal, or modification of elements after the collection is created.
See Also