2020-05-21 01:08:36 +02:00
### 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
2020-05-21 23:19:16 +02:00
startLine : 89
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Formatting.Codes
2020-05-21 23:19:16 +02:00
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 : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public delegate Code Constructor(TextFormatter formatter, Match match, Regex regex);
parameters :
- id : formatter
type : MLEM.Formatting.TextFormatter
2020-05-21 23:19:16 +02:00
description : The text formatter that created this code
2020-05-21 01:08:36 +02:00
- id : match
type : System.Text.RegularExpressions.Match
2020-05-21 23:19:16 +02:00
description : The match for the code's regex
2020-05-21 01:08:36 +02:00
- id : regex
type : System.Text.RegularExpressions.Regex
2020-05-21 23:19:16 +02:00
description : The regex used to create this code
2020-05-21 01:08:36 +02:00
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 :
2020-05-21 23:19:16 +02:00
- uid : MLEM.Formatting.TextFormatter.Codes
commentId : F:MLEM.Formatting.TextFormatter.Codes
isExternal : true
2020-05-21 01:08:36 +02:00
- 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