UNPKG

@tsonic/dotnet-pure

Version:

TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming

1,131 lines 198 kB
{ "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():IEnu