Lua API
On this page
CaptureCollection
Inherits from
Tip
This is a builtin dotnet type. The documentation and api interface are generated from dotnet source files.
Represents the set of captures made by a single capturing group. The collection is immutable (read-only) and has no public constructor.
Fields:
Count number
read only
Gets the number of substrings captured by the group.
IsReadOnly boolean
read only
Gets a value that indicates whether the collection is read only.
IsSynchronized boolean
read only
Gets a value that indicates 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
Returns:string[]
ToString() : string
Returns a string that represents the current object.
Returns:string