@tsonic/dotnet
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library)
1,131 lines • 198 kB
JSON
{
"namespace": "System.Text.RegularExpressions",
"contributingAssemblies": [
"System.Text.RegularExpressions"
],
"types": [
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexOptions",
"clrName": "System.Text.RegularExpressions.RegexOptions",
"tsEmitName": "RegexOptions",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexOptions::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexOptions::NoneSystem.Text.RegularExpressions.RegexOptions",
"clrName": "None",
"tsEmitName": "none",
"normalizedSignature": "None|System.Text.RegularExpressions.RegexOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexOptions::IgnoreCaseSystem.Text.RegularExpressions.RegexOptions",
"clrName": "IgnoreCase",
"tsEmitName": "ignoreCase",
"normalizedSignature": "IgnoreCase|System.Text.RegularExpressions.RegexOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexOptions::MultilineSystem.Text.RegularExpressions.RegexOptions",
"clrName": "Multiline",
"tsEmitName": "multiline",
"normalizedSignature": "Multiline|System.Text.RegularExpressions.RegexOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexOptions::ExplicitCaptureSystem.Text.RegularExpressions.RegexOptions",
"clrName": "ExplicitCapture",
"tsEmitName": "explicitCapture",
"normalizedSignature": "ExplicitCapture|System.Text.RegularExpressions.RegexOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexOptions::CompiledSystem.Text.RegularExpressions.RegexOptions",
"clrName": "Compiled",
"tsEmitName": "compiled",
"normalizedSignature": "Compiled|System.Text.RegularExpressions.RegexOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexOptions::SinglelineSystem.Text.RegularExpressions.RegexOptions",
"clrName": "Singleline",
"tsEmitName": "singleline",
"normalizedSignature": "Singleline|System.Text.RegularExpressions.RegexOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexOptions::IgnorePatternWhitespaceSystem.Text.RegularExpressions.RegexOptions",
"clrName": "IgnorePatternWhitespace",
"tsEmitName": "ignorePatternWhitespace",
"normalizedSignature": "IgnorePatternWhitespace|System.Text.RegularExpressions.RegexOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexOptions::RightToLeftSystem.Text.RegularExpressions.RegexOptions",
"clrName": "RightToLeft",
"tsEmitName": "rightToLeft",
"normalizedSignature": "RightToLeft|System.Text.RegularExpressions.RegexOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexOptions::ECMAScriptSystem.Text.RegularExpressions.RegexOptions",
"clrName": "ECMAScript",
"tsEmitName": "ecmaScript",
"normalizedSignature": "ECMAScript|System.Text.RegularExpressions.RegexOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexOptions::CultureInvariantSystem.Text.RegularExpressions.RegexOptions",
"clrName": "CultureInvariant",
"tsEmitName": "cultureInvariant",
"normalizedSignature": "CultureInvariant|System.Text.RegularExpressions.RegexOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexOptions::NonBacktrackingSystem.Text.RegularExpressions.RegexOptions",
"clrName": "NonBacktracking",
"tsEmitName": "nonBacktracking",
"normalizedSignature": "NonBacktracking|System.Text.RegularExpressions.RegexOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError",
"clrName": "System.Text.RegularExpressions.RegexParseError",
"tsEmitName": "RegexParseError",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::UnknownSystem.Text.RegularExpressions.RegexParseError",
"clrName": "Unknown",
"tsEmitName": "unknown_",
"normalizedSignature": "Unknown|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::AlternationHasTooManyConditionsSystem.Text.RegularExpressions.RegexParseError",
"clrName": "AlternationHasTooManyConditions",
"tsEmitName": "alternationHasTooManyConditions",
"normalizedSignature": "AlternationHasTooManyConditions|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::AlternationHasMalformedConditionSystem.Text.RegularExpressions.RegexParseError",
"clrName": "AlternationHasMalformedCondition",
"tsEmitName": "alternationHasMalformedCondition",
"normalizedSignature": "AlternationHasMalformedCondition|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::InvalidUnicodePropertyEscapeSystem.Text.RegularExpressions.RegexParseError",
"clrName": "InvalidUnicodePropertyEscape",
"tsEmitName": "invalidUnicodePropertyEscape",
"normalizedSignature": "InvalidUnicodePropertyEscape|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::MalformedUnicodePropertyEscapeSystem.Text.RegularExpressions.RegexParseError",
"clrName": "MalformedUnicodePropertyEscape",
"tsEmitName": "malformedUnicodePropertyEscape",
"normalizedSignature": "MalformedUnicodePropertyEscape|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::UnrecognizedEscapeSystem.Text.RegularExpressions.RegexParseError",
"clrName": "UnrecognizedEscape",
"tsEmitName": "unrecognizedEscape",
"normalizedSignature": "UnrecognizedEscape|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::UnrecognizedControlCharacterSystem.Text.RegularExpressions.RegexParseError",
"clrName": "UnrecognizedControlCharacter",
"tsEmitName": "unrecognizedControlCharacter",
"normalizedSignature": "UnrecognizedControlCharacter|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::MissingControlCharacterSystem.Text.RegularExpressions.RegexParseError",
"clrName": "MissingControlCharacter",
"tsEmitName": "missingControlCharacter",
"normalizedSignature": "MissingControlCharacter|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::InsufficientOrInvalidHexDigitsSystem.Text.RegularExpressions.RegexParseError",
"clrName": "InsufficientOrInvalidHexDigits",
"tsEmitName": "insufficientOrInvalidHexDigits",
"normalizedSignature": "InsufficientOrInvalidHexDigits|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::QuantifierOrCaptureGroupOutOfRangeSystem.Text.RegularExpressions.RegexParseError",
"clrName": "QuantifierOrCaptureGroupOutOfRange",
"tsEmitName": "quantifierOrCaptureGroupOutOfRange",
"normalizedSignature": "QuantifierOrCaptureGroupOutOfRange|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::UndefinedNamedReferenceSystem.Text.RegularExpressions.RegexParseError",
"clrName": "UndefinedNamedReference",
"tsEmitName": "undefinedNamedReference",
"normalizedSignature": "UndefinedNamedReference|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::UndefinedNumberedReferenceSystem.Text.RegularExpressions.RegexParseError",
"clrName": "UndefinedNumberedReference",
"tsEmitName": "undefinedNumberedReference",
"normalizedSignature": "UndefinedNumberedReference|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::MalformedNamedReferenceSystem.Text.RegularExpressions.RegexParseError",
"clrName": "MalformedNamedReference",
"tsEmitName": "malformedNamedReference",
"normalizedSignature": "MalformedNamedReference|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::UnescapedEndingBackslashSystem.Text.RegularExpressions.RegexParseError",
"clrName": "UnescapedEndingBackslash",
"tsEmitName": "unescapedEndingBackslash",
"normalizedSignature": "UnescapedEndingBackslash|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::UnterminatedCommentSystem.Text.RegularExpressions.RegexParseError",
"clrName": "UnterminatedComment",
"tsEmitName": "unterminatedComment",
"normalizedSignature": "UnterminatedComment|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::InvalidGroupingConstructSystem.Text.RegularExpressions.RegexParseError",
"clrName": "InvalidGroupingConstruct",
"tsEmitName": "invalidGroupingConstruct",
"normalizedSignature": "InvalidGroupingConstruct|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::AlternationHasNamedCaptureSystem.Text.RegularExpressions.RegexParseError",
"clrName": "AlternationHasNamedCapture",
"tsEmitName": "alternationHasNamedCapture",
"normalizedSignature": "AlternationHasNamedCapture|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::AlternationHasCommentSystem.Text.RegularExpressions.RegexParseError",
"clrName": "AlternationHasComment",
"tsEmitName": "alternationHasComment",
"normalizedSignature": "AlternationHasComment|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::AlternationHasMalformedReferenceSystem.Text.RegularExpressions.RegexParseError",
"clrName": "AlternationHasMalformedReference",
"tsEmitName": "alternationHasMalformedReference",
"normalizedSignature": "AlternationHasMalformedReference|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::AlternationHasUndefinedReferenceSystem.Text.RegularExpressions.RegexParseError",
"clrName": "AlternationHasUndefinedReference",
"tsEmitName": "alternationHasUndefinedReference",
"normalizedSignature": "AlternationHasUndefinedReference|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::CaptureGroupNameInvalidSystem.Text.RegularExpressions.RegexParseError",
"clrName": "CaptureGroupNameInvalid",
"tsEmitName": "captureGroupNameInvalid",
"normalizedSignature": "CaptureGroupNameInvalid|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::CaptureGroupOfZeroSystem.Text.RegularExpressions.RegexParseError",
"clrName": "CaptureGroupOfZero",
"tsEmitName": "captureGroupOfZero",
"normalizedSignature": "CaptureGroupOfZero|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::UnterminatedBracketSystem.Text.RegularExpressions.RegexParseError",
"clrName": "UnterminatedBracket",
"tsEmitName": "unterminatedBracket",
"normalizedSignature": "UnterminatedBracket|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::ExclusionGroupNotLastSystem.Text.RegularExpressions.RegexParseError",
"clrName": "ExclusionGroupNotLast",
"tsEmitName": "exclusionGroupNotLast",
"normalizedSignature": "ExclusionGroupNotLast|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::ReversedCharacterRangeSystem.Text.RegularExpressions.RegexParseError",
"clrName": "ReversedCharacterRange",
"tsEmitName": "reversedCharacterRange",
"normalizedSignature": "ReversedCharacterRange|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::ShorthandClassInCharacterRangeSystem.Text.RegularExpressions.RegexParseError",
"clrName": "ShorthandClassInCharacterRange",
"tsEmitName": "shorthandClassInCharacterRange",
"normalizedSignature": "ShorthandClassInCharacterRange|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::InsufficientClosingParenthesesSystem.Text.RegularExpressions.RegexParseError",
"clrName": "InsufficientClosingParentheses",
"tsEmitName": "insufficientClosingParentheses",
"normalizedSignature": "InsufficientClosingParentheses|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::ReversedQuantifierRangeSystem.Text.RegularExpressions.RegexParseError",
"clrName": "ReversedQuantifierRange",
"tsEmitName": "reversedQuantifierRange",
"normalizedSignature": "ReversedQuantifierRange|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::NestedQuantifiersNotParenthesizedSystem.Text.RegularExpressions.RegexParseError",
"clrName": "NestedQuantifiersNotParenthesized",
"tsEmitName": "nestedQuantifiersNotParenthesized",
"normalizedSignature": "NestedQuantifiersNotParenthesized|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::QuantifierAfterNothingSystem.Text.RegularExpressions.RegexParseError",
"clrName": "QuantifierAfterNothing",
"tsEmitName": "quantifierAfterNothing",
"normalizedSignature": "QuantifierAfterNothing|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::InsufficientOpeningParenthesesSystem.Text.RegularExpressions.RegexParseError",
"clrName": "InsufficientOpeningParentheses",
"tsEmitName": "insufficientOpeningParentheses",
"normalizedSignature": "InsufficientOpeningParentheses|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseError::UnrecognizedUnicodePropertySystem.Text.RegularExpressions.RegexParseError",
"clrName": "UnrecognizedUnicodeProperty",
"tsEmitName": "unrecognizedUnicodeProperty",
"normalizedSignature": "UnrecognizedUnicodeProperty|System.Text.RegularExpressions.RegexParseError|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.MatchEvaluator",
"clrName": "System.Text.RegularExpressions.MatchEvaluator",
"tsEmitName": "MatchEvaluator",
"kind": "Delegate",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.MatchEvaluator::Invoke(System.Text.RegularExpressions.Match):System.String",
"clrName": "Invoke",
"tsEmitName": "invoke",
"normalizedSignature": "Invoke|(System.Text.RegularExpressions.Match):System.String|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"isExtensionMethod": false
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.MatchEvaluator::BeginInvoke(System.Text.RegularExpressions.Match,System.AsyncCallback,System.Object):System.IAsyncResult",
"clrName": "BeginInvoke",
"tsEmitName": "beginInvoke",
"normalizedSignature": "BeginInvoke|(System.Text.RegularExpressions.Match,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 3,
"isExtensionMethod": false
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.MatchEvaluator::EndInvoke(System.IAsyncResult):System.String",
"clrName": "EndInvoke",
"tsEmitName": "endInvoke",
"normalizedSignature": "EndInvoke|(System.IAsyncResult):System.String|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"isExtensionMethod": false
}
],
"properties": [],
"fields": [],
"events": [],
"constructors": [
{
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
"isStatic": false,
"parameterCount": 2
}
]
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
"clrName": "System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
"tsEmitName": "Regex_ValueMatchEnumerator",
"kind": "Struct",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator::GetEnumerator():System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
"clrName": "GetEnumerator",
"tsEmitName": "getEnumerator",
"normalizedSignature": "GetEnumerator|():System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator::MoveNext():System.Boolean",
"clrName": "MoveNext",
"tsEmitName": "moveNext",
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": true,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
"clrName": "Reset",
"tsEmitName": "reset",
"normalizedSignature": "Reset|():System.Void|static=false",
"provenance": "ExplicitView",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
"clrName": "Dispose",
"tsEmitName": "dispose",
"normalizedSignature": "Dispose|():System.Void|static=false",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"sourceInterface": "System.Collections.IEnumerator",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
"clrName": "MoveNext",
"tsEmitName": "moveNext$view",
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"sourceInterface": "System.Collections.IEnumerator",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator::Current:System.Text.RegularExpressions.ValueMatch",
"clrName": "Current",
"tsEmitName": "current",
"normalizedSignature": "Current|:System.Text.RegularExpressions.ValueMatch|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
"clrName": "Current",
"tsEmitName": "current$view",
"normalizedSignature": "Current|:T|static=false|accessor=get",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"sourceInterface": "System.Collections.Generic.IEnumerator\u00601"
},
{
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
"clrName": "Current",
"tsEmitName": "current$view",
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"sourceInterface": "System.Collections.IEnumerator"
}
],
"fields": [],
"events": [],
"constructors": []
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
"clrName": "System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
"tsEmitName": "Regex_ValueSplitEnumerator",
"kind": "Struct",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator::GetEnumerator():System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
"clrName": "GetEnumerator",
"tsEmitName": "getEnumerator",
"normalizedSignature": "GetEnumerator|():System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator::MoveNext():System.Boolean",
"clrName": "MoveNext",
"tsEmitName": "moveNext",
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": true,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
"clrName": "Reset",
"tsEmitName": "reset",
"normalizedSignature": "Reset|():System.Void|static=false",
"provenance": "ExplicitView",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
"clrName": "Dispose",
"tsEmitName": "dispose",
"normalizedSignature": "Dispose|():System.Void|static=false",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"sourceInterface": "System.Collections.IEnumerator",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
"clrName": "MoveNext",
"tsEmitName": "moveNext$view",
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"sourceInterface": "System.Collections.IEnumerator",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator::Current:System.Range",
"clrName": "Current",
"tsEmitName": "current",
"normalizedSignature": "Current|:System.Range|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
"clrName": "Current",
"tsEmitName": "current$view",
"normalizedSignature": "Current|:T|static=false|accessor=get",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"sourceInterface": "System.Collections.Generic.IEnumerator\u00601"
},
{
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
"clrName": "Current",
"tsEmitName": "current$view",
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"sourceInterface": "System.Collections.IEnumerator"
}
],
"fields": [],
"events": [],
"constructors": []
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.ValueMatch",
"clrName": "System.Text.RegularExpressions.ValueMatch",
"tsEmitName": "ValueMatch",
"kind": "Struct",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.ValueMatch::Index:System.Int32",
"clrName": "Index",
"tsEmitName": "index",
"normalizedSignature": "Index|:System.Int32|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.ValueMatch::Length:System.Int32",
"clrName": "Length",
"tsEmitName": "length",
"normalizedSignature": "Length|:System.Int32|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
}
],
"fields": [],
"events": [],
"constructors": []
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Capture",
"clrName": "System.Text.RegularExpressions.Capture",
"tsEmitName": "Capture",
"kind": "Class",
"accessibility": "Public",
"isAbstract": false,
"isSealed": false,
"isStatic": false,
"arity": 0,
"methods": [
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Capture::ToString():System.String",
"clrName": "ToString",
"tsEmitName": "toString",
"normalizedSignature": "ToString|():System.String|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": true,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Capture::Index:System.Int32",
"clrName": "Index",
"tsEmitName": "index",
"normalizedSignature": "Index|:System.Int32|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Capture::Length:System.Int32",
"clrName": "Length",
"tsEmitName": "length",
"normalizedSignature": "Length|:System.Int32|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Capture::Value:System.String",
"clrName": "Value",
"tsEmitName": "value",
"normalizedSignature": "Value|:System.String|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Capture::ValueSpan:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
"clrName": "ValueSpan",
"tsEmitName": "valueSpan",
"normalizedSignature": "ValueSpan|:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
}
],
"fields": [],
"events": [],
"constructors": []
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.CaptureCollection",
"clrName": "System.Text.RegularExpressions.CaptureCollection",
"tsEmitName": "CaptureCollection",
"kind": "Class",
"accessibility": "Public",
"isAbstract": false,
"isSealed": false,
"isStatic": false,
"arity": 0,
"methods": [
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.CaptureCollection::GetEnumerator():System.Collections.IEnumerator",
"clrName": "GetEnumerator",
"tsEmitName": "getEnumerator",
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": true,
"arity": 0,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.CaptureCollection::CopyTo(System.Array,System.Int32):System.Void",
"clrName": "CopyTo",
"tsEmitName": "copyTo",
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": true,
"arity": 0,
"parameterCount": 2,
"isExtensionMethod": false
},
{
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.CaptureCollection::CopyTo(System.Text.RegularExpressions.Capture[],System.Int32):System.Void",
"clrName": "CopyTo",
"tsEmitName": "copyTo",
"normalizedSignature": "CopyTo|(System.Text.RegularExpressions.Capture[],System.Int32):System.Void|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": true,
"arity": 0,
"parameterCount": 2,
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
"clrName": "IndexOf",
"tsEmitName": "indexOf",
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"sourceInterface": "System.Collections.Generic.IList\u00601",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
"clrName": "Insert",
"tsEmitName": "insert",
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 2,
"sourceInterface": "System.Collections.Generic.IList\u00601",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
"clrName": "RemoveAt",
"tsEmitName": "removeAt",
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"sourceInterface": "System.Collections.Generic.IList\u00601",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
"clrName": "Add",
"tsEmitName": "add",
"normalizedSignature": "Add|(T):System.Void|static=false",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"sourceInterface": "System.Collections.Generic.ICollection\u00601",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
"clrName": "Clear",
"tsEmitName": "clear",
"normalizedSignature": "Clear|():System.Void|static=false",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 0,
"sourceInterface": "System.Collections.Generic.ICollection\u00601",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
"clrName": "Contains",
"tsEmitName": "contains",
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"sourceInterface": "System.Collections.Generic.ICollection\u00601",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
"clrName": "CopyTo",
"tsEmitName": "copyTo$view",
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 2,
"sourceInterface": "System.Collections.Generic.ICollection\u00601",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEn