Skip to main content

MatchCollection Class

Namespace: System.Text.RegularExpressions · Assembly: GHIElectronics.TinyCLR.RegularExpressions

No description available.

public class MatchCollection : ICollection, IEnumerable

Properties

IsReadOnly

public bool IsReadOnly { get; }

Gets a value that indicates whether the collection is read only.

IsSynchronized

public bool IsSynchronized { get; }

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

i]

public virtual Match this[int i] { get; }

Gets an individual member of the collection.

SyncRoot

public object SyncRoot { get; }

Gets an object that can be used to synchronize access to the collection.

Methods

GetEnumerator()

public IEnumerator GetEnumerator()

No description available.

Returns IEnumerator