### YamlMime:ManagedReference items: - uid: TinyLife.RomanceType commentId: T:TinyLife.RomanceType id: RomanceType parent: TinyLife children: - TinyLife.RomanceType.Interested - TinyLife.RomanceType.NoRomance - TinyLife.RomanceType.Soulmates - TinyLife.RomanceType.Sweethearts langs: - csharp - vb name: RomanceType nameWithType: RomanceType fullName: TinyLife.RomanceType type: Enum source: remote: path: TinyLife/Relationship.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RomanceType path: ../TinyLife/Relationship.cs startLine: 508 assemblies: - Tiny Life namespace: TinyLife summary: "\nAn enumeration type that represents the romance type that a can have.\nThese are ordered by their "goodness", with closer and more intimate relationship types having higher values.\n" example: [] syntax: content: public enum RomanceType content.vb: Public Enum RomanceType extensionMethods: - TinyLife.RomanceType.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.RomanceType.NoRomance commentId: F:TinyLife.RomanceType.NoRomance id: NoRomance parent: TinyLife.RomanceType langs: - csharp - vb name: NoRomance nameWithType: RomanceType.NoRomance fullName: TinyLife.RomanceType.NoRomance type: Field source: remote: path: TinyLife/Relationship.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NoRomance path: ../TinyLife/Relationship.cs startLine: 513 assemblies: - Tiny Life namespace: TinyLife summary: "\nA relationship type that represents two people who have no romantic interest in each other.\n" example: [] syntax: content: NoRomance = 0 return: type: TinyLife.RomanceType - uid: TinyLife.RomanceType.Interested commentId: F:TinyLife.RomanceType.Interested id: Interested parent: TinyLife.RomanceType langs: - csharp - vb name: Interested nameWithType: RomanceType.Interested fullName: TinyLife.RomanceType.Interested type: Field source: remote: path: TinyLife/Relationship.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Interested path: ../TinyLife/Relationship.cs startLine: 517 assemblies: - Tiny Life namespace: TinyLife summary: "\nA relationship type that represents two people who have a slight romantic interest in each other.\n" example: [] syntax: content: Interested = 1 return: type: TinyLife.RomanceType - uid: TinyLife.RomanceType.Sweethearts commentId: F:TinyLife.RomanceType.Sweethearts id: Sweethearts parent: TinyLife.RomanceType langs: - csharp - vb name: Sweethearts nameWithType: RomanceType.Sweethearts fullName: TinyLife.RomanceType.Sweethearts type: Field source: remote: path: TinyLife/Relationship.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sweethearts path: ../TinyLife/Relationship.cs startLine: 521 assemblies: - Tiny Life namespace: TinyLife summary: "\nA relationship type that represents two people who have an intense romantic interest in each other.\n" example: [] syntax: content: Sweethearts = 2 return: type: TinyLife.RomanceType - uid: TinyLife.RomanceType.Soulmates commentId: F:TinyLife.RomanceType.Soulmates id: Soulmates parent: TinyLife.RomanceType langs: - csharp - vb name: Soulmates nameWithType: RomanceType.Soulmates fullName: TinyLife.RomanceType.Soulmates type: Field source: remote: path: TinyLife/Relationship.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Soulmates path: ../TinyLife/Relationship.cs startLine: 525 assemblies: - Tiny Life namespace: TinyLife summary: "\nA relationship type that represents two people who have a very intense romantic interest in each other.\n" example: [] syntax: content: Soulmates = 3 return: type: TinyLife.RomanceType references: - uid: TinyLife.Relationship commentId: T:TinyLife.Relationship parent: TinyLife name: Relationship nameWithType: Relationship fullName: TinyLife.Relationship - uid: TinyLife commentId: N:TinyLife name: TinyLife nameWithType: TinyLife fullName: TinyLife - uid: TinyLife.RomanceType.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(RomanceType) nameWithType: Extensions.JsonCopy(RomanceType) fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.RomanceType) nameWithType.vb: Extensions.JsonCopy(Of RomanceType)(RomanceType) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.RomanceType)(TinyLife.RomanceType) name.vb: JsonCopy(Of RomanceType)(RomanceType) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.RomanceType) name: JsonCopy - name: < - uid: TinyLife.RomanceType name: RomanceType - name: '>' - name: ( - uid: TinyLife.RomanceType name: RomanceType - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.RomanceType) name: JsonCopy - name: ( - name: Of - name: " " - uid: TinyLife.RomanceType name: RomanceType - name: ) - name: ( - uid: TinyLife.RomanceType name: RomanceType - name: ) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M: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 - name: < - name: T - name: '>' - name: ( - name: T - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: T - name: ) - uid: TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions parent: TinyLife.Utilities name: Extensions nameWithType: Extensions fullName: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities commentId: N:TinyLife.Utilities name: TinyLife.Utilities nameWithType: TinyLife.Utilities fullName: TinyLife.Utilities spec.csharp: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.Utilities name: Utilities spec.vb: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.Utilities name: Utilities - uid: TinyLife.RomanceType commentId: T:TinyLife.RomanceType parent: TinyLife name: RomanceType nameWithType: RomanceType fullName: TinyLife.RomanceType