1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-29 07:48:20 +02:00
MLEM/Docs/api/MLEM.Ui.Elements.Paragraph.TextModifier.yml
2020-05-21 01:08:36 +02:00

71 lines
1.8 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: MLEM.Ui.Elements.Paragraph.TextModifier
commentId: T:MLEM.Ui.Elements.Paragraph.TextModifier
id: Paragraph.TextModifier
parent: MLEM.Ui.Elements
children: []
langs:
- csharp
- vb
name: Paragraph.TextModifier
nameWithType: Paragraph.TextModifier
fullName: MLEM.Ui.Elements.Paragraph.TextModifier
type: Delegate
source:
remote:
path: MLEM.Ui/Elements/Paragraph.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: TextModifier
path: ../MLEM.Ui/Elements/Paragraph.cs
startLine: 156
assemblies:
- MLEM.Ui
namespace: MLEM.Ui.Elements
syntax:
content: >-
[Obsolete("Use the new text formatting system in MLEM.Formatting instead")]
public delegate string TextModifier(string text);
parameters:
- id: text
type: System.String
return:
type: System.String
content.vb: >-
<Obsolete("Use the new text formatting system in MLEM.Formatting instead")>
Public Delegate Function TextModifier(text As String) As String
attributes:
- type: System.ObsoleteAttribute
ctor: System.ObsoleteAttribute.#ctor(System.String)
arguments:
- type: System.String
value: Use the new text formatting system in MLEM.Formatting instead
modifiers.csharp:
- public
- delegate
modifiers.vb:
- Public
- Delegate
references:
- uid: MLEM.Ui.Elements
commentId: N:MLEM.Ui.Elements
name: MLEM.Ui.Elements
nameWithType: MLEM.Ui.Elements
fullName: MLEM.Ui.Elements
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
name: String
nameWithType: String
fullName: System.String
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System