RegExpMatchList Count Property C# API
Gets the number of elements contained in the RegExpMatchList.

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

public int Count { get; }

Field Value

The number of elements contained in the RegExpMatchList.
See Also