mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-14 10:09:09 +01:00
94 lines
3 KiB
YAML
94 lines
3 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: MLEM.Formatting.Codes.Code.Constructor
|
|
commentId: T:MLEM.Formatting.Codes.Code.Constructor
|
|
id: Code.Constructor
|
|
parent: MLEM.Formatting.Codes
|
|
children: []
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Code.Constructor
|
|
nameWithType: Code.Constructor
|
|
fullName: MLEM.Formatting.Codes.Code.Constructor
|
|
type: Delegate
|
|
source:
|
|
remote:
|
|
path: MLEM/Formatting/Codes/Code.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: Constructor
|
|
path: ../MLEM/Formatting/Codes/Code.cs
|
|
startLine: 89
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Formatting.Codes
|
|
summary: "\nCreates a new formatting code from the given regex and regex match.\n<xref href=\"MLEM.Formatting.TextFormatter.Codes\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
|
example: []
|
|
syntax:
|
|
content: public delegate Code Constructor(TextFormatter formatter, Match match, Regex regex);
|
|
parameters:
|
|
- id: formatter
|
|
type: MLEM.Formatting.TextFormatter
|
|
description: The text formatter that created this code
|
|
- id: match
|
|
type: System.Text.RegularExpressions.Match
|
|
description: The match for the code's regex
|
|
- id: regex
|
|
type: System.Text.RegularExpressions.Regex
|
|
description: The regex used to create this code
|
|
return:
|
|
type: MLEM.Formatting.Codes.Code
|
|
content.vb: Public Delegate Function Constructor(formatter As TextFormatter, match As Match, regex As Regex) As Code
|
|
modifiers.csharp:
|
|
- public
|
|
- delegate
|
|
modifiers.vb:
|
|
- Public
|
|
- Delegate
|
|
references:
|
|
- uid: MLEM.Formatting.TextFormatter.Codes
|
|
commentId: F:MLEM.Formatting.TextFormatter.Codes
|
|
isExternal: true
|
|
- uid: MLEM.Formatting.Codes
|
|
commentId: N:MLEM.Formatting.Codes
|
|
name: MLEM.Formatting.Codes
|
|
nameWithType: MLEM.Formatting.Codes
|
|
fullName: MLEM.Formatting.Codes
|
|
- uid: MLEM.Formatting.TextFormatter
|
|
commentId: T:MLEM.Formatting.TextFormatter
|
|
parent: MLEM.Formatting
|
|
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
|
|
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
|
|
name: Regex
|
|
nameWithType: Regex
|
|
fullName: System.Text.RegularExpressions.Regex
|
|
- uid: MLEM.Formatting.Codes.Code
|
|
commentId: T:MLEM.Formatting.Codes.Code
|
|
parent: MLEM.Formatting.Codes
|
|
name: Code
|
|
nameWithType: Code
|
|
fullName: MLEM.Formatting.Codes.Code
|
|
- uid: MLEM.Formatting
|
|
commentId: N:MLEM.Formatting
|
|
name: MLEM.Formatting
|
|
nameWithType: MLEM.Formatting
|
|
fullName: MLEM.Formatting
|
|
- uid: System.Text.RegularExpressions
|
|
commentId: N:System.Text.RegularExpressions
|
|
isExternal: true
|
|
name: System.Text.RegularExpressions
|
|
nameWithType: System.Text.RegularExpressions
|
|
fullName: System.Text.RegularExpressions
|