1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-09 16:19:16 +02:00
MLEM/Docs/api/MLEM.Formatting.Codes.Code.Constructor.yml
2020-05-21 01:08:36 +02:00

87 lines
2.6 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: 44
assemblies:
- MLEM
namespace: MLEM.Formatting.Codes
syntax:
content: public delegate Code Constructor(TextFormatter formatter, Match match, Regex regex);
parameters:
- id: formatter
type: MLEM.Formatting.TextFormatter
- id: match
type: System.Text.RegularExpressions.Match
- id: regex
type: System.Text.RegularExpressions.Regex
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.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