MatchCollection
Tip
This is a builtin dotnet type. The documentation and api interface are generated from dotnet source files.
Represents the set of successful matches found by iteratively applying a regular expression pattern to the input string. The collection is immutable (read-only) and has no public constructor. The T:System.Text.RegularExpressions.Regex.Matches(System.String) method returns a MatchCollection object.
Fields:
Count number
Gets the number of matches.
IsReadOnly boolean
Gets a value that indicates whether the collection is read only.
IsSynchronized boolean
Gets a value indicating whether access to the collection is synchronized (thread-safe).
Methods:
GetPropertyKeys() : string[]
Returns a list of strings of all public property / field names. Useful for reflection on UserData in lua scripts
ToString() : string
Returns a string that represents the current object.