1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-09-20 06:05:46 +02:00
MLEM/Docs/api/MLEM.Formatting.TextFormatter.Macro.yml

150 lines
4.6 KiB
YAML
Raw Normal View History

### YamlMime:ManagedReference
items:
- uid: MLEM.Formatting.TextFormatter.Macro
commentId: T:MLEM.Formatting.TextFormatter.Macro
id: TextFormatter.Macro
parent: MLEM.Formatting
children: []
langs:
- csharp
- vb
name: TextFormatter.Macro
nameWithType: TextFormatter.Macro
fullName: MLEM.Formatting.TextFormatter.Macro
type: Delegate
source:
remote:
path: MLEM/Formatting/TextFormatter.cs
branch: main
repo: https://github.com/Ellpeck/MLEM
id: Macro
path: ../MLEM/Formatting/TextFormatter.cs
startLine: 250
assemblies:
- MLEM
namespace: MLEM.Formatting
summary: Represents a text formatting macro. Used by <xref href="MLEM.Formatting.TextFormatter.Macros" data-throw-if-not-resolved="false"></xref>.
example: []
syntax:
content: public delegate string TextFormatter.Macro(TextFormatter formatter, Match match, Regex regex)
parameters:
- id: formatter
type: MLEM.Formatting.TextFormatter
description: The text formatter that created this macro
- id: match
type: System.Text.RegularExpressions.Match
description: The match for the macro's regex
- id: regex
type: System.Text.RegularExpressions.Regex
description: The regex used to create this macro
return:
type: System.String
content.vb: Public Delegate Function TextFormatter.Macro(formatter As TextFormatter, match As Match, regex As Regex) As String
references:
- uid: MLEM.Formatting.TextFormatter.Macros
commentId: F:MLEM.Formatting.TextFormatter.Macros
href: MLEM.Formatting.TextFormatter.html#MLEM_Formatting_TextFormatter_Macros
name: Macros
nameWithType: TextFormatter.Macros
fullName: MLEM.Formatting.TextFormatter.Macros
- uid: MLEM.Formatting
commentId: N:MLEM.Formatting
href: MLEM.html
name: MLEM.Formatting
nameWithType: MLEM.Formatting
fullName: MLEM.Formatting
spec.csharp:
- uid: MLEM
name: MLEM
href: MLEM.html
- name: .
- uid: MLEM.Formatting
name: Formatting
href: MLEM.Formatting.html
spec.vb:
- uid: MLEM
name: MLEM
href: MLEM.html
- name: .
- uid: MLEM.Formatting
name: Formatting
href: MLEM.Formatting.html
- uid: MLEM.Formatting.TextFormatter
commentId: T:MLEM.Formatting.TextFormatter
parent: MLEM.Formatting
href: MLEM.Formatting.TextFormatter.html
name: TextFormatter
nameWithType: TextFormatter
fullName: MLEM.Formatting.TextFormatter
- uid: System.Text.RegularExpressions.Match
commentId: T:System.Text.RegularExpressions.Match
parent: System.Text.RegularExpressions
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.text.regularexpressions.match
name: Match
nameWithType: Match
fullName: System.Text.RegularExpressions.Match
- uid: System.Text.RegularExpressions.Regex
commentId: T:System.Text.RegularExpressions.Regex
parent: System.Text.RegularExpressions
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.text.regularexpressions.regex
name: Regex
nameWithType: Regex
fullName: System.Text.RegularExpressions.Regex
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: System.Text.RegularExpressions
commentId: N:System.Text.RegularExpressions
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Text.RegularExpressions
nameWithType: System.Text.RegularExpressions
fullName: System.Text.RegularExpressions
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Text
name: Text
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.text
- name: .
- uid: System.Text.RegularExpressions
name: RegularExpressions
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.text.regularexpressions
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Text
name: Text
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.text
- name: .
- uid: System.Text.RegularExpressions
name: RegularExpressions
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.text.regularexpressions
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System