### YamlMime:ManagedReference items: - uid: TinyLife.Objects.DeathReason commentId: T:TinyLife.Objects.DeathReason id: DeathReason parent: TinyLife.Objects children: - TinyLife.Objects.DeathReason.#ctor(System.String) - TinyLife.Objects.DeathReason.Electrocution - TinyLife.Objects.DeathReason.InexplicableReasons - TinyLife.Objects.DeathReason.Name - TinyLife.Objects.DeathReason.Overexertion - TinyLife.Objects.DeathReason.Reasons - TinyLife.Objects.DeathReason.Register(TinyLife.Objects.DeathReason) - TinyLife.Objects.DeathReason.Starvation - TinyLife.Objects.DeathReason.TooMuchBrew - TinyLife.Objects.DeathReason.TooMuchProtein langs: - csharp - vb name: DeathReason nameWithType: DeathReason fullName: TinyLife.Objects.DeathReason type: Class assemblies: - Tiny Life namespace: TinyLife.Objects syntax: content: >- [JsonConverter(typeof(MigratingStaticJsonConverter), new object[] { typeof(DeathReason), "PrivateReasons" })] public class DeathReason content.vb: >- Public Class DeathReason inheritance: - System.Object inheritedMembers: - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.GetHashCode - System.Object.GetType - System.Object.MemberwiseClone - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.ToString extensionMethods: - TinyLife.Objects.DeathReason.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Objects.DeathReason.Reasons commentId: F:TinyLife.Objects.DeathReason.Reasons id: Reasons parent: TinyLife.Objects.DeathReason langs: - csharp - vb name: Reasons nameWithType: DeathReason.Reasons fullName: TinyLife.Objects.DeathReason.Reasons type: Field assemblies: - Tiny Life namespace: TinyLife.Objects syntax: content: public static readonly ReadOnlyDictionary Reasons return: type: System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Objects.DeathReason} content.vb: Public Shared ReadOnly Reasons As ReadOnlyDictionary(Of String, DeathReason) - uid: TinyLife.Objects.DeathReason.InexplicableReasons commentId: F:TinyLife.Objects.DeathReason.InexplicableReasons id: InexplicableReasons parent: TinyLife.Objects.DeathReason langs: - csharp - vb name: InexplicableReasons nameWithType: DeathReason.InexplicableReasons fullName: TinyLife.Objects.DeathReason.InexplicableReasons type: Field assemblies: - Tiny Life namespace: TinyLife.Objects summary: >- A death reason that represents that a person died from an unknown reason. This is only used by the "Die" cheat. example: [] syntax: content: public static readonly DeathReason InexplicableReasons return: type: TinyLife.Objects.DeathReason content.vb: Public Shared ReadOnly InexplicableReasons As DeathReason - uid: TinyLife.Objects.DeathReason.Starvation commentId: F:TinyLife.Objects.DeathReason.Starvation id: Starvation parent: TinyLife.Objects.DeathReason langs: - csharp - vb name: Starvation nameWithType: DeathReason.Starvation fullName: TinyLife.Objects.DeathReason.Starvation type: Field assemblies: - Tiny Life namespace: TinyLife.Objects summary: >- A death reason that represents that a person died from hunger. This value is used by . example: [] syntax: content: public static readonly DeathReason Starvation return: type: TinyLife.Objects.DeathReason content.vb: Public Shared ReadOnly Starvation As DeathReason - uid: TinyLife.Objects.DeathReason.Electrocution commentId: F:TinyLife.Objects.DeathReason.Electrocution id: Electrocution parent: TinyLife.Objects.DeathReason langs: - csharp - vb name: Electrocution nameWithType: DeathReason.Electrocution fullName: TinyLife.Objects.DeathReason.Electrocution type: Field assemblies: - Tiny Life namespace: TinyLife.Objects summary: >- A death reason that represents that a person died from electric shock. This value is used by . example: [] syntax: content: public static readonly DeathReason Electrocution return: type: TinyLife.Objects.DeathReason content.vb: Public Shared ReadOnly Electrocution As DeathReason - uid: TinyLife.Objects.DeathReason.TooMuchProtein commentId: F:TinyLife.Objects.DeathReason.TooMuchProtein id: TooMuchProtein parent: TinyLife.Objects.DeathReason langs: - csharp - vb name: TooMuchProtein nameWithType: DeathReason.TooMuchProtein fullName: TinyLife.Objects.DeathReason.TooMuchProtein type: Field assemblies: - Tiny Life namespace: TinyLife.Objects summary: A death reason that represents that a person died from drinking too many protein shakes example: [] syntax: content: public static readonly DeathReason TooMuchProtein return: type: TinyLife.Objects.DeathReason content.vb: Public Shared ReadOnly TooMuchProtein As DeathReason - uid: TinyLife.Objects.DeathReason.TooMuchBrew commentId: F:TinyLife.Objects.DeathReason.TooMuchBrew id: TooMuchBrew parent: TinyLife.Objects.DeathReason langs: - csharp - vb name: TooMuchBrew nameWithType: DeathReason.TooMuchBrew fullName: TinyLife.Objects.DeathReason.TooMuchBrew type: Field assemblies: - Tiny Life namespace: TinyLife.Objects summary: A death reason that represents that a person died from drinking too much brew, which represents alcohol. example: [] syntax: content: public static readonly DeathReason TooMuchBrew return: type: TinyLife.Objects.DeathReason content.vb: Public Shared ReadOnly TooMuchBrew As DeathReason - uid: TinyLife.Objects.DeathReason.Overexertion commentId: F:TinyLife.Objects.DeathReason.Overexertion id: Overexertion parent: TinyLife.Objects.DeathReason langs: - csharp - vb name: Overexertion nameWithType: DeathReason.Overexertion fullName: TinyLife.Objects.DeathReason.Overexertion type: Field assemblies: - Tiny Life namespace: TinyLife.Objects syntax: content: public static readonly DeathReason Overexertion return: type: TinyLife.Objects.DeathReason content.vb: Public Shared ReadOnly Overexertion As DeathReason - uid: TinyLife.Objects.DeathReason.Name commentId: F:TinyLife.Objects.DeathReason.Name id: Name parent: TinyLife.Objects.DeathReason langs: - csharp - vb name: Name nameWithType: DeathReason.Name fullName: TinyLife.Objects.DeathReason.Name type: Field assemblies: - Tiny Life namespace: TinyLife.Objects syntax: content: public readonly string Name return: type: System.String content.vb: Public ReadOnly Name As String - uid: TinyLife.Objects.DeathReason.#ctor(System.String) commentId: M:TinyLife.Objects.DeathReason.#ctor(System.String) id: '#ctor(System.String)' parent: TinyLife.Objects.DeathReason langs: - csharp - vb name: DeathReason(string) nameWithType: DeathReason.DeathReason(string) fullName: TinyLife.Objects.DeathReason.DeathReason(string) type: Constructor assemblies: - Tiny Life namespace: TinyLife.Objects syntax: content: public DeathReason(string name) parameters: - id: name type: System.String content.vb: Public Sub New(name As String) overload: TinyLife.Objects.DeathReason.#ctor* nameWithType.vb: DeathReason.New(String) fullName.vb: TinyLife.Objects.DeathReason.New(String) name.vb: New(String) - uid: TinyLife.Objects.DeathReason.Register(TinyLife.Objects.DeathReason) commentId: M:TinyLife.Objects.DeathReason.Register(TinyLife.Objects.DeathReason) id: Register(TinyLife.Objects.DeathReason) parent: TinyLife.Objects.DeathReason langs: - csharp - vb name: Register(DeathReason) nameWithType: DeathReason.Register(DeathReason) fullName: TinyLife.Objects.DeathReason.Register(TinyLife.Objects.DeathReason) type: Method assemblies: - Tiny Life namespace: TinyLife.Objects syntax: content: public static DeathReason Register(DeathReason reason) parameters: - id: reason type: TinyLife.Objects.DeathReason return: type: TinyLife.Objects.DeathReason content.vb: Public Shared Function Register(reason As DeathReason) As DeathReason overload: TinyLife.Objects.DeathReason.Register* references: - 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: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) name: Equals(object) nameWithType: object.Equals(object) fullName: object.Equals(object) nameWithType.vb: Object.Equals(Object) fullName.vb: Object.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode name: GetHashCode() nameWithType: object.GetHashCode() fullName: object.GetHashCode() nameWithType.vb: Object.GetHashCode() fullName.vb: Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone name: MemberwiseClone() nameWithType: object.MemberwiseClone() fullName: object.MemberwiseClone() nameWithType.vb: Object.MemberwiseClone() fullName.vb: Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring name: ToString() nameWithType: object.ToString() fullName: object.ToString() nameWithType.vb: Object.ToString() fullName.vb: Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) spec.vb: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) - uid: TinyLife.Objects.DeathReason.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(DeathReason) nameWithType: Extensions.JsonCopy(DeathReason) fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.Objects.DeathReason) nameWithType.vb: Extensions.JsonCopy(Of DeathReason)(DeathReason) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.DeathReason)(TinyLife.Objects.DeathReason) name.vb: JsonCopy(Of DeathReason)(DeathReason) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.DeathReason) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: < - uid: TinyLife.Objects.DeathReason name: DeathReason href: TinyLife.Objects.DeathReason.html - name: '>' - name: ( - uid: TinyLife.Objects.DeathReason name: DeathReason href: TinyLife.Objects.DeathReason.html - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.DeathReason) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: ( - name: Of - name: " " - uid: TinyLife.Objects.DeathReason name: DeathReason href: TinyLife.Objects.DeathReason.html - name: ) - name: ( - uid: TinyLife.Objects.DeathReason name: DeathReason href: TinyLife.Objects.DeathReason.html - name: ) - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - 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) nameWithType: Extensions.JsonCopy(T) fullName: TinyLife.Utilities.Extensions.JsonCopy(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: System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Objects.DeathReason} commentId: T:System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Objects.DeathReason} parent: System.Collections.ObjectModel definition: System.Collections.ObjectModel.ReadOnlyDictionary`2 href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2 name: ReadOnlyDictionary nameWithType: ReadOnlyDictionary fullName: System.Collections.ObjectModel.ReadOnlyDictionary nameWithType.vb: ReadOnlyDictionary(Of String, DeathReason) fullName.vb: System.Collections.ObjectModel.ReadOnlyDictionary(Of String, TinyLife.Objects.DeathReason) name.vb: ReadOnlyDictionary(Of String, DeathReason) spec.csharp: - uid: System.Collections.ObjectModel.ReadOnlyDictionary`2 name: ReadOnlyDictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2 - name: < - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: TinyLife.Objects.DeathReason name: DeathReason href: TinyLife.Objects.DeathReason.html - name: '>' spec.vb: - uid: System.Collections.ObjectModel.ReadOnlyDictionary`2 name: ReadOnlyDictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2 - name: ( - name: Of - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: TinyLife.Objects.DeathReason name: DeathReason href: TinyLife.Objects.DeathReason.html - name: ) - uid: System.Collections.ObjectModel.ReadOnlyDictionary`2 commentId: T:System.Collections.ObjectModel.ReadOnlyDictionary`2 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2 name: ReadOnlyDictionary nameWithType: ReadOnlyDictionary fullName: System.Collections.ObjectModel.ReadOnlyDictionary nameWithType.vb: ReadOnlyDictionary(Of TKey, TValue) fullName.vb: System.Collections.ObjectModel.ReadOnlyDictionary(Of TKey, TValue) name.vb: ReadOnlyDictionary(Of TKey, TValue) spec.csharp: - uid: System.Collections.ObjectModel.ReadOnlyDictionary`2 name: ReadOnlyDictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2 - name: < - name: TKey - name: ',' - name: " " - name: TValue - name: '>' spec.vb: - uid: System.Collections.ObjectModel.ReadOnlyDictionary`2 name: ReadOnlyDictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2 - name: ( - name: Of - name: " " - name: TKey - name: ',' - name: " " - name: TValue - name: ) - uid: System.Collections.ObjectModel commentId: N:System.Collections.ObjectModel isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System.Collections.ObjectModel nameWithType: System.Collections.ObjectModel fullName: System.Collections.ObjectModel spec.csharp: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Collections name: Collections isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections - name: . - uid: System.Collections.ObjectModel name: ObjectModel isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel spec.vb: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Collections name: Collections isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections - name: . - uid: System.Collections.ObjectModel name: ObjectModel isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel - uid: TinyLife.Objects.DeathReason commentId: T:TinyLife.Objects.DeathReason parent: TinyLife.Objects href: TinyLife.Objects.DeathReason.html name: DeathReason nameWithType: DeathReason fullName: TinyLife.Objects.DeathReason - uid: TinyLife.Actions.StarveAction commentId: T:TinyLife.Actions.StarveAction name: StarveAction nameWithType: StarveAction fullName: TinyLife.Actions.StarveAction - uid: TinyLife.Actions.RepairAction commentId: T:TinyLife.Actions.RepairAction name: RepairAction nameWithType: RepairAction fullName: TinyLife.Actions.RepairAction - uid: System.String commentId: T:System.String parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: string nameWithType: string fullName: string nameWithType.vb: String fullName.vb: String name.vb: String - uid: TinyLife.Objects.DeathReason.#ctor* commentId: Overload:TinyLife.Objects.DeathReason.#ctor href: TinyLife.Objects.DeathReason.html#TinyLife_Objects_DeathReason__ctor_System_String_ name: DeathReason nameWithType: DeathReason.DeathReason fullName: TinyLife.Objects.DeathReason.DeathReason nameWithType.vb: DeathReason.New fullName.vb: TinyLife.Objects.DeathReason.New name.vb: New - uid: TinyLife.Objects.DeathReason.Register* commentId: Overload:TinyLife.Objects.DeathReason.Register href: TinyLife.Objects.DeathReason.html#TinyLife_Objects_DeathReason_Register_TinyLife_Objects_DeathReason_ name: Register nameWithType: DeathReason.Register fullName: TinyLife.Objects.DeathReason.Register