2021-11-23 16:24:04 +01:00
|
|
|
### YamlMime:ManagedReference
|
|
|
|
items:
|
|
|
|
- uid: TinyLife.Debug.DebugDelegate
|
|
|
|
commentId: T:TinyLife.Debug.DebugDelegate
|
|
|
|
id: Debug.DebugDelegate
|
|
|
|
parent: TinyLife
|
|
|
|
children: []
|
|
|
|
langs:
|
|
|
|
- csharp
|
|
|
|
- vb
|
|
|
|
name: Debug.DebugDelegate
|
|
|
|
nameWithType: Debug.DebugDelegate
|
|
|
|
fullName: TinyLife.Debug.DebugDelegate
|
|
|
|
type: Delegate
|
|
|
|
source:
|
|
|
|
remote:
|
|
|
|
path: TinyLife/Debug.cs
|
2022-05-24 13:36:05 +02:00
|
|
|
branch: main
|
2021-11-26 23:42:22 +01:00
|
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
2021-11-23 16:24:04 +01:00
|
|
|
id: DebugDelegate
|
2022-03-09 16:13:05 +01:00
|
|
|
path: ../TinyLife/Debug.cs
|
2022-05-24 13:36:05 +02:00
|
|
|
startLine: 585
|
2021-11-23 16:24:04 +01:00
|
|
|
assemblies:
|
|
|
|
- Tiny Life
|
|
|
|
namespace: TinyLife
|
|
|
|
summary: "\nA delegate method used for <xref href=\"TinyLife.Debug.DebugLines\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
|
|
|
example: []
|
|
|
|
syntax:
|
|
|
|
content: public delegate string DebugDelegate(GameImpl game, Paragraph paragraph);
|
|
|
|
parameters:
|
|
|
|
- id: game
|
|
|
|
type: TinyLife.GameImpl
|
|
|
|
- id: paragraph
|
|
|
|
type: MLEM.Ui.Elements.Paragraph
|
|
|
|
return:
|
|
|
|
type: System.String
|
|
|
|
content.vb: Public Delegate Function DebugDelegate(game As GameImpl, paragraph As Paragraph) As String
|
|
|
|
extensionMethods:
|
|
|
|
- TinyLife.Debug.DebugDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
|
|
modifiers.csharp:
|
|
|
|
- public
|
|
|
|
- delegate
|
|
|
|
modifiers.vb:
|
|
|
|
- Public
|
|
|
|
- Delegate
|
|
|
|
references:
|
|
|
|
- uid: TinyLife.Debug.DebugLines
|
|
|
|
commentId: F:TinyLife.Debug.DebugLines
|
|
|
|
isExternal: true
|
|
|
|
- uid: TinyLife
|
|
|
|
commentId: N:TinyLife
|
|
|
|
name: TinyLife
|
|
|
|
nameWithType: TinyLife
|
|
|
|
fullName: TinyLife
|
|
|
|
- uid: TinyLife.Debug.DebugDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
|
|
parent: TinyLife.Utilities.Extensions
|
|
|
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
|
|
name: JsonCopy<Debug.DebugDelegate>()
|
|
|
|
nameWithType: Extensions.JsonCopy<Debug.DebugDelegate>()
|
|
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Debug.DebugDelegate>()
|
|
|
|
nameWithType.vb: Extensions.JsonCopy(Of Debug.DebugDelegate)()
|
|
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Debug.DebugDelegate)()
|
|
|
|
name.vb: JsonCopy(Of Debug.DebugDelegate)()
|
|
|
|
spec.csharp:
|
|
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
|
|
name: JsonCopy<Debug.DebugDelegate>
|
|
|
|
nameWithType: Extensions.JsonCopy<Debug.DebugDelegate>
|
|
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Debug.DebugDelegate>
|
|
|
|
- name: (
|
|
|
|
nameWithType: (
|
|
|
|
fullName: (
|
|
|
|
- name: )
|
|
|
|
nameWithType: )
|
|
|
|
fullName: )
|
|
|
|
spec.vb:
|
|
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
|
|
name: JsonCopy(Of Debug.DebugDelegate)
|
|
|
|
nameWithType: Extensions.JsonCopy(Of Debug.DebugDelegate)
|
|
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Debug.DebugDelegate)
|
|
|
|
- name: (
|
|
|
|
nameWithType: (
|
|
|
|
fullName: (
|
|
|
|
- name: )
|
|
|
|
nameWithType: )
|
|
|
|
fullName: )
|
|
|
|
- uid: TinyLife.GameImpl
|
|
|
|
commentId: T:TinyLife.GameImpl
|
|
|
|
parent: TinyLife
|
|
|
|
name: GameImpl
|
|
|
|
nameWithType: GameImpl
|
|
|
|
fullName: TinyLife.GameImpl
|
|
|
|
- uid: MLEM.Ui.Elements.Paragraph
|
|
|
|
commentId: T:MLEM.Ui.Elements.Paragraph
|
|
|
|
parent: MLEM.Ui.Elements
|
|
|
|
isExternal: true
|
|
|
|
name: Paragraph
|
|
|
|
nameWithType: Paragraph
|
|
|
|
fullName: MLEM.Ui.Elements.Paragraph
|
|
|
|
- uid: System.String
|
|
|
|
commentId: T:System.String
|
|
|
|
parent: System
|
|
|
|
isExternal: true
|
|
|
|
name: String
|
|
|
|
nameWithType: String
|
|
|
|
fullName: System.String
|
|
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
|
|
name: JsonCopy<T>(T)
|
|
|
|
nameWithType: Extensions.JsonCopy<T>(T)
|
|
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
|
|
|
|
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
|
|
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
|
|
|
|
name.vb: JsonCopy(Of T)(T)
|
|
|
|
spec.csharp:
|
|
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
|
|
name: JsonCopy<T>
|
|
|
|
nameWithType: Extensions.JsonCopy<T>
|
|
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
|
|
|
|
- name: (
|
|
|
|
nameWithType: (
|
|
|
|
fullName: (
|
|
|
|
- name: T
|
|
|
|
nameWithType: T
|
|
|
|
fullName: T
|
|
|
|
- name: )
|
|
|
|
nameWithType: )
|
|
|
|
fullName: )
|
|
|
|
spec.vb:
|
|
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
|
|
name: JsonCopy(Of T)
|
|
|
|
nameWithType: Extensions.JsonCopy(Of T)
|
|
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
|
|
|
|
- name: (
|
|
|
|
nameWithType: (
|
|
|
|
fullName: (
|
|
|
|
- name: T
|
|
|
|
nameWithType: T
|
|
|
|
fullName: T
|
|
|
|
- name: )
|
|
|
|
nameWithType: )
|
|
|
|
fullName: )
|
|
|
|
- uid: TinyLife.Utilities.Extensions
|
|
|
|
commentId: T:TinyLife.Utilities.Extensions
|
|
|
|
parent: TinyLife.Utilities
|
|
|
|
name: Extensions
|
|
|
|
nameWithType: Extensions
|
|
|
|
fullName: TinyLife.Utilities.Extensions
|
|
|
|
- uid: MLEM.Ui.Elements
|
|
|
|
commentId: N:MLEM.Ui.Elements
|
|
|
|
isExternal: true
|
|
|
|
name: MLEM.Ui.Elements
|
|
|
|
nameWithType: MLEM.Ui.Elements
|
|
|
|
fullName: MLEM.Ui.Elements
|
|
|
|
- uid: System
|
|
|
|
commentId: N:System
|
|
|
|
isExternal: true
|
|
|
|
name: System
|
|
|
|
nameWithType: System
|
|
|
|
fullName: System
|
|
|
|
- uid: TinyLife.Utilities
|
|
|
|
commentId: N:TinyLife.Utilities
|
|
|
|
name: TinyLife.Utilities
|
|
|
|
nameWithType: TinyLife.Utilities
|
|
|
|
fullName: TinyLife.Utilities
|