RegExpMatchList IsFixedSize Property C# API
Gets a value that indicates whether the RegExpMatchList has a fixed size.

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

public bool IsFixedSize { get; }

Field Value

true if the RegExpMatchList has a fixed size; otherwise, false.
Remarks

A collection with a fixed size does not allow the addition or removal of elements after the collection is created, but it allows the modification of existing elements.
See Also