TinyLifeWeb/docs/api/TinyLife.Objects.SpeakStyle.yml
2024-02-02 18:13:42 +01:00

739 lines
22 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: TinyLife.Objects.SpeakStyle
commentId: T:TinyLife.Objects.SpeakStyle
id: SpeakStyle
parent: TinyLife.Objects
children:
- TinyLife.Objects.SpeakStyle.Affirmative
- TinyLife.Objects.SpeakStyle.Angry
- TinyLife.Objects.SpeakStyle.Annoyed
- TinyLife.Objects.SpeakStyle.Bored
- TinyLife.Objects.SpeakStyle.Childish
- TinyLife.Objects.SpeakStyle.Confident
- TinyLife.Objects.SpeakStyle.Confused
- TinyLife.Objects.SpeakStyle.Disagreeing
- TinyLife.Objects.SpeakStyle.Excited
- TinyLife.Objects.SpeakStyle.Happy
- TinyLife.Objects.SpeakStyle.Neutral
- TinyLife.Objects.SpeakStyle.Questioning
- TinyLife.Objects.SpeakStyle.Sad
- TinyLife.Objects.SpeakStyle.Scared
- TinyLife.Objects.SpeakStyle.Shocked
- TinyLife.Objects.SpeakStyle.Thinking
langs:
- csharp
- vb
name: SpeakStyle
nameWithType: SpeakStyle
fullName: TinyLife.Objects.SpeakStyle
type: Enum
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakStyle
path: ../TinyLife/Objects/Person.cs
startLine: 3671
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: >-
A speak style is a category that speaking sounds can apply to.
Each speak style contains a variety of sound effects that can be received using <xref href="TinyLife.Objects.Person.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle%2cTinyLife.Objects.SpeakStyle%2cSystem.Collections.Generic.List%7bMicrosoft.Xna.Framework.Audio.SoundEffect%7d%2cSystem.Nullable%7bSystem.TimeSpan%7d)" data-throw-if-not-resolved="false"></xref> or played for a person using <xref href="TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle%2cSystem.Single%2cSystem.Single)" data-throw-if-not-resolved="false"></xref>.
Note that these categories are rather vague, and that speech, in general, is not supposed to be immediately decypherable based on the speaking style used. As such, speak styles are just a very rough guidance for the sounds played.
example: []
syntax:
content: >-
[Flags]
public enum SpeakStyle
content.vb: >-
<Flags>
Public Enum SpeakStyle
extensionMethods:
- TinyLife.Objects.SpeakStyle.TinyLife.Utilities.Extensions.JsonCopy``1
attributes:
- type: System.FlagsAttribute
ctor: System.FlagsAttribute.#ctor
arguments: []
- uid: TinyLife.Objects.SpeakStyle.Affirmative
commentId: F:TinyLife.Objects.SpeakStyle.Affirmative
id: Affirmative
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Affirmative
nameWithType: SpeakStyle.Affirmative
fullName: TinyLife.Objects.SpeakStyle.Affirmative
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Affirmative
path: ../TinyLife/Objects/Person.cs
startLine: 3675
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Affirmative = 1
return:
type: TinyLife.Objects.SpeakStyle
- uid: TinyLife.Objects.SpeakStyle.Angry
commentId: F:TinyLife.Objects.SpeakStyle.Angry
id: Angry
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Angry
nameWithType: SpeakStyle.Angry
fullName: TinyLife.Objects.SpeakStyle.Angry
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Angry
path: ../TinyLife/Objects/Person.cs
startLine: 3676
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Angry = 2
return:
type: TinyLife.Objects.SpeakStyle
- uid: TinyLife.Objects.SpeakStyle.Annoyed
commentId: F:TinyLife.Objects.SpeakStyle.Annoyed
id: Annoyed
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Annoyed
nameWithType: SpeakStyle.Annoyed
fullName: TinyLife.Objects.SpeakStyle.Annoyed
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Annoyed
path: ../TinyLife/Objects/Person.cs
startLine: 3677
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Annoyed = 4
return:
type: TinyLife.Objects.SpeakStyle
- uid: TinyLife.Objects.SpeakStyle.Bored
commentId: F:TinyLife.Objects.SpeakStyle.Bored
id: Bored
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Bored
nameWithType: SpeakStyle.Bored
fullName: TinyLife.Objects.SpeakStyle.Bored
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bored
path: ../TinyLife/Objects/Person.cs
startLine: 3678
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Bored = 8
return:
type: TinyLife.Objects.SpeakStyle
- uid: TinyLife.Objects.SpeakStyle.Childish
commentId: F:TinyLife.Objects.SpeakStyle.Childish
id: Childish
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Childish
nameWithType: SpeakStyle.Childish
fullName: TinyLife.Objects.SpeakStyle.Childish
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Childish
path: ../TinyLife/Objects/Person.cs
startLine: 3679
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Childish = 16
return:
type: TinyLife.Objects.SpeakStyle
- uid: TinyLife.Objects.SpeakStyle.Confident
commentId: F:TinyLife.Objects.SpeakStyle.Confident
id: Confident
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Confident
nameWithType: SpeakStyle.Confident
fullName: TinyLife.Objects.SpeakStyle.Confident
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Confident
path: ../TinyLife/Objects/Person.cs
startLine: 3680
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Confident = 32
return:
type: TinyLife.Objects.SpeakStyle
- uid: TinyLife.Objects.SpeakStyle.Confused
commentId: F:TinyLife.Objects.SpeakStyle.Confused
id: Confused
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Confused
nameWithType: SpeakStyle.Confused
fullName: TinyLife.Objects.SpeakStyle.Confused
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Confused
path: ../TinyLife/Objects/Person.cs
startLine: 3681
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Confused = 64
return:
type: TinyLife.Objects.SpeakStyle
- uid: TinyLife.Objects.SpeakStyle.Disagreeing
commentId: F:TinyLife.Objects.SpeakStyle.Disagreeing
id: Disagreeing
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Disagreeing
nameWithType: SpeakStyle.Disagreeing
fullName: TinyLife.Objects.SpeakStyle.Disagreeing
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Disagreeing
path: ../TinyLife/Objects/Person.cs
startLine: 3682
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Disagreeing = 256
return:
type: TinyLife.Objects.SpeakStyle
- uid: TinyLife.Objects.SpeakStyle.Excited
commentId: F:TinyLife.Objects.SpeakStyle.Excited
id: Excited
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Excited
nameWithType: SpeakStyle.Excited
fullName: TinyLife.Objects.SpeakStyle.Excited
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Excited
path: ../TinyLife/Objects/Person.cs
startLine: 3683
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Excited = 512
return:
type: TinyLife.Objects.SpeakStyle
- uid: TinyLife.Objects.SpeakStyle.Happy
commentId: F:TinyLife.Objects.SpeakStyle.Happy
id: Happy
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Happy
nameWithType: SpeakStyle.Happy
fullName: TinyLife.Objects.SpeakStyle.Happy
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Happy
path: ../TinyLife/Objects/Person.cs
startLine: 3684
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Happy = 1024
return:
type: TinyLife.Objects.SpeakStyle
- uid: TinyLife.Objects.SpeakStyle.Neutral
commentId: F:TinyLife.Objects.SpeakStyle.Neutral
id: Neutral
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Neutral
nameWithType: SpeakStyle.Neutral
fullName: TinyLife.Objects.SpeakStyle.Neutral
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neutral
path: ../TinyLife/Objects/Person.cs
startLine: 3685
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Neutral = 4096
return:
type: TinyLife.Objects.SpeakStyle
- uid: TinyLife.Objects.SpeakStyle.Questioning
commentId: F:TinyLife.Objects.SpeakStyle.Questioning
id: Questioning
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Questioning
nameWithType: SpeakStyle.Questioning
fullName: TinyLife.Objects.SpeakStyle.Questioning
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Questioning
path: ../TinyLife/Objects/Person.cs
startLine: 3686
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Questioning = 8192
return:
type: TinyLife.Objects.SpeakStyle
- uid: TinyLife.Objects.SpeakStyle.Sad
commentId: F:TinyLife.Objects.SpeakStyle.Sad
id: Sad
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Sad
nameWithType: SpeakStyle.Sad
fullName: TinyLife.Objects.SpeakStyle.Sad
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sad
path: ../TinyLife/Objects/Person.cs
startLine: 3687
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Sad = 16384
return:
type: TinyLife.Objects.SpeakStyle
- uid: TinyLife.Objects.SpeakStyle.Scared
commentId: F:TinyLife.Objects.SpeakStyle.Scared
id: Scared
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Scared
nameWithType: SpeakStyle.Scared
fullName: TinyLife.Objects.SpeakStyle.Scared
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Scared
path: ../TinyLife/Objects/Person.cs
startLine: 3688
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Scared = 32768
return:
type: TinyLife.Objects.SpeakStyle
- uid: TinyLife.Objects.SpeakStyle.Shocked
commentId: F:TinyLife.Objects.SpeakStyle.Shocked
id: Shocked
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Shocked
nameWithType: SpeakStyle.Shocked
fullName: TinyLife.Objects.SpeakStyle.Shocked
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shocked
path: ../TinyLife/Objects/Person.cs
startLine: 3689
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Shocked = 65536
return:
type: TinyLife.Objects.SpeakStyle
- uid: TinyLife.Objects.SpeakStyle.Thinking
commentId: F:TinyLife.Objects.SpeakStyle.Thinking
id: Thinking
parent: TinyLife.Objects.SpeakStyle
langs:
- csharp
- vb
name: Thinking
nameWithType: SpeakStyle.Thinking
fullName: TinyLife.Objects.SpeakStyle.Thinking
type: Field
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Thinking
path: ../TinyLife/Objects/Person.cs
startLine: 3690
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: Thinking = 131072
return:
type: TinyLife.Objects.SpeakStyle
references:
- uid: TinyLife.Objects.Person.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle,TinyLife.Objects.SpeakStyle,System.Collections.Generic.List{Microsoft.Xna.Framework.Audio.SoundEffect},System.Nullable{System.TimeSpan})
commentId: M:TinyLife.Objects.Person.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle,TinyLife.Objects.SpeakStyle,System.Collections.Generic.List{Microsoft.Xna.Framework.Audio.SoundEffect},System.Nullable{System.TimeSpan})
isExternal: true
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetRandomSpeakSound_TinyLife_Objects_VoiceStyle_TinyLife_Objects_SpeakStyle_System_Collections_Generic_List_Microsoft_Xna_Framework_Audio_SoundEffect__System_Nullable_System_TimeSpan__
name: GetRandomSpeakSound(VoiceStyle, SpeakStyle, List<SoundEffect>, TimeSpan?)
nameWithType: Person.GetRandomSpeakSound(VoiceStyle, SpeakStyle, List<SoundEffect>, TimeSpan?)
fullName: TinyLife.Objects.Person.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle, TinyLife.Objects.SpeakStyle, System.Collections.Generic.List<Microsoft.Xna.Framework.Audio.SoundEffect>, System.TimeSpan?)
nameWithType.vb: Person.GetRandomSpeakSound(VoiceStyle, SpeakStyle, List(Of SoundEffect), TimeSpan?)
fullName.vb: TinyLife.Objects.Person.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle, TinyLife.Objects.SpeakStyle, System.Collections.Generic.List(Of Microsoft.Xna.Framework.Audio.SoundEffect), System.TimeSpan?)
name.vb: GetRandomSpeakSound(VoiceStyle, SpeakStyle, List(Of SoundEffect), TimeSpan?)
spec.csharp:
- uid: TinyLife.Objects.Person.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle,TinyLife.Objects.SpeakStyle,System.Collections.Generic.List{Microsoft.Xna.Framework.Audio.SoundEffect},System.Nullable{System.TimeSpan})
name: GetRandomSpeakSound
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetRandomSpeakSound_TinyLife_Objects_VoiceStyle_TinyLife_Objects_SpeakStyle_System_Collections_Generic_List_Microsoft_Xna_Framework_Audio_SoundEffect__System_Nullable_System_TimeSpan__
- name: (
- uid: TinyLife.Objects.VoiceStyle
name: VoiceStyle
href: TinyLife.Objects.VoiceStyle.html
- name: ','
- name: " "
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
href: TinyLife.Objects.SpeakStyle.html
- name: ','
- name: " "
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- uid: Microsoft.Xna.Framework.Audio.SoundEffect
name: SoundEffect
isExternal: true
- name: '>'
- name: ','
- name: " "
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.timespan
- name: '?'
- name: )
spec.vb:
- uid: TinyLife.Objects.Person.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle,TinyLife.Objects.SpeakStyle,System.Collections.Generic.List{Microsoft.Xna.Framework.Audio.SoundEffect},System.Nullable{System.TimeSpan})
name: GetRandomSpeakSound
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetRandomSpeakSound_TinyLife_Objects_VoiceStyle_TinyLife_Objects_SpeakStyle_System_Collections_Generic_List_Microsoft_Xna_Framework_Audio_SoundEffect__System_Nullable_System_TimeSpan__
- name: (
- uid: TinyLife.Objects.VoiceStyle
name: VoiceStyle
href: TinyLife.Objects.VoiceStyle.html
- name: ','
- name: " "
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
href: TinyLife.Objects.SpeakStyle.html
- name: ','
- name: " "
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- uid: Microsoft.Xna.Framework.Audio.SoundEffect
name: SoundEffect
isExternal: true
- name: )
- name: ','
- name: " "
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.timespan
- name: '?'
- name: )
- uid: TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single)
commentId: M:TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single)
isExternal: true
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Speak_TinyLife_Objects_SpeakStyle_System_Single_System_Single_
name: Speak(SpeakStyle, float, float)
nameWithType: Person.Speak(SpeakStyle, float, float)
fullName: TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle, float, float)
nameWithType.vb: Person.Speak(SpeakStyle, Single, Single)
fullName.vb: TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle, Single, Single)
name.vb: Speak(SpeakStyle, Single, Single)
spec.csharp:
- uid: TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single)
name: Speak
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Speak_TinyLife_Objects_SpeakStyle_System_Single_System_Single_
- name: (
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
href: TinyLife.Objects.SpeakStyle.html
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
spec.vb:
- uid: TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single)
name: Speak
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Speak_TinyLife_Objects_SpeakStyle_System_Single_System_Single_
- name: (
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
href: TinyLife.Objects.SpeakStyle.html
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
href: TinyLife.html
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
spec.csharp:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Objects
name: Objects
href: TinyLife.Objects.html
spec.vb:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Objects
name: Objects
href: TinyLife.Objects.html
- uid: TinyLife.Objects.SpeakStyle.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
name: JsonCopy<SpeakStyle>(SpeakStyle)
nameWithType: Extensions.JsonCopy<SpeakStyle>(SpeakStyle)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.SpeakStyle>(TinyLife.Objects.SpeakStyle)
nameWithType.vb: Extensions.JsonCopy(Of SpeakStyle)(SpeakStyle)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.SpeakStyle)(TinyLife.Objects.SpeakStyle)
name.vb: JsonCopy(Of SpeakStyle)(SpeakStyle)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.SpeakStyle)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: <
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
href: TinyLife.Objects.SpeakStyle.html
- name: '>'
- name: (
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
href: TinyLife.Objects.SpeakStyle.html
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.SpeakStyle)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: (
- name: Of
- name: " "
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
href: TinyLife.Objects.SpeakStyle.html
- name: )
- name: (
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
href: TinyLife.Objects.SpeakStyle.html
- name: )
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
href: TinyLife.Utilities.Extensions.html#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
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: <
- name: T
- name: '>'
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
href: TinyLife.Utilities.Extensions.html
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
href: TinyLife.html
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Utilities
name: Utilities
href: TinyLife.Utilities.html
spec.vb:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Utilities
name: Utilities
href: TinyLife.Utilities.html
- uid: TinyLife.Objects.SpeakStyle
commentId: T:TinyLife.Objects.SpeakStyle
parent: TinyLife.Objects
href: TinyLife.Objects.SpeakStyle.html
name: SpeakStyle
nameWithType: SpeakStyle
fullName: TinyLife.Objects.SpeakStyle