RegExpMatchList IsSynchronized Property C# API
Gets a value that indicates whether access to the RegExpMatchList is synchronized (thread safe).

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

public bool IsSynchronized { get; }

Field Value

true if access to the RegExpMatchList is synchronized (thread safe); otherwise, false.
See Also