Share via


IsSynchronized Property

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

Gets a value indicating whether access to the collection is synchronized (thread-safe).

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

Syntax

'Declaration
Public ReadOnly Property IsSynchronized As Boolean
public bool IsSynchronized { get; }
public:
virtual property bool IsSynchronized {
    bool get () sealed;
}
abstract IsSynchronized : bool with get
override IsSynchronized : bool with get
final function get IsSynchronized () : boolean

Property Value

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

Implements

ICollection. . :: . .IsSynchronized

.NET Framework Security

See Also

Reference

MatchCollection Class

System.Text.RegularExpressions Namespace

SyncRoot