### YamlMime:ManagedReference items: - uid: TinyLife.World.BillsMail commentId: T:TinyLife.World.BillsMail id: BillsMail parent: TinyLife.World children: - TinyLife.World.BillsMail.#ctor(TinyLife.World.Map,System.Guid,System.Single) - TinyLife.World.BillsMail.Amount - TinyLife.World.BillsMail.OnReceived langs: - csharp - vb name: BillsMail nameWithType: BillsMail fullName: TinyLife.World.BillsMail type: Class source: remote: path: TinyLife/World/Mail.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BillsMail path: ../TinyLife/World/Mail.cs startLine: 123 assemblies: - Tiny Life namespace: TinyLife.World summary: "\nA type that represents bills for a to pay\n" example: [] syntax: content: 'public class BillsMail : Mail, IGenericDataHolder' content.vb: Public Class BillsMail Inherits Mail Implements IGenericDataHolder inheritance: - System.Object - MLEM.Data.Json.JsonTypeSafeGenericDataHolder - TinyLife.World.Mail implements: - MLEM.Misc.IGenericDataHolder inheritedMembers: - TinyLife.World.Mail.Id - TinyLife.World.Mail.SentTime - TinyLife.World.Mail.Map - TinyLife.World.Mail.GetReceivingLot - TinyLife.World.Mail.GetReceivingMailbox - TinyLife.World.Mail.Validate(TinyLife.World.Map) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys - 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.World.BillsMail.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.World.BillsMail.Amount commentId: F:TinyLife.World.BillsMail.Amount id: Amount parent: TinyLife.World.BillsMail langs: - csharp - vb name: Amount nameWithType: BillsMail.Amount fullName: TinyLife.World.BillsMail.Amount type: Field source: remote: path: TinyLife/World/Mail.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Amount path: ../TinyLife/World/Mail.cs startLine: 129 assemblies: - Tiny Life namespace: TinyLife.World summary: "\nThe amount of tiny bucks that needs to be paid by the receiving household\n" example: [] syntax: content: >- [DataMember] public readonly float Amount return: type: System.Single content.vb: >- Public ReadOnly Amount As Single attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.World.BillsMail.#ctor(TinyLife.World.Map,System.Guid,System.Single) commentId: M:TinyLife.World.BillsMail.#ctor(TinyLife.World.Map,System.Guid,System.Single) id: '#ctor(TinyLife.World.Map,System.Guid,System.Single)' parent: TinyLife.World.BillsMail langs: - csharp - vb name: BillsMail(Map, Guid, float) nameWithType: BillsMail.BillsMail(Map, Guid, float) fullName: TinyLife.World.BillsMail.BillsMail(TinyLife.World.Map, System.Guid, float) type: Constructor source: remote: path: TinyLife/World/Mail.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/World/Mail.cs startLine: 137 assemblies: - Tiny Life namespace: TinyLife.World summary: "\nCreates a new bills mail with the given settings\n" example: [] syntax: content: public BillsMail(Map map, Guid receivingLot, float amount) parameters: - id: map type: TinyLife.World.Map description: The that this mail should be received on. - id: receivingLot type: System.Guid description: The of the lot that should receive this mail - id: amount type: System.Single description: The amount of tiny bucks that needs to be paid by the receiving household content.vb: Public Sub New(map As Map, receivingLot As Guid, amount As Single) overload: TinyLife.World.BillsMail.#ctor* nameWithType.vb: BillsMail.New(Map, Guid, Single) fullName.vb: TinyLife.World.BillsMail.New(TinyLife.World.Map, System.Guid, Single) name.vb: New(Map, Guid, Single) - uid: TinyLife.World.BillsMail.OnReceived commentId: M:TinyLife.World.BillsMail.OnReceived id: OnReceived parent: TinyLife.World.BillsMail langs: - csharp - vb name: OnReceived() nameWithType: BillsMail.OnReceived() fullName: TinyLife.World.BillsMail.OnReceived() type: Method source: remote: path: TinyLife/World/Mail.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnReceived path: ../TinyLife/World/Mail.cs startLine: 142 assemblies: - Tiny Life namespace: TinyLife.World summary: "\nThis method is called automatically when this mail item is received by the receiving lot.\nA custom mail instance can execute its custom action in this method.\n" example: [] syntax: content: public override void OnReceived() content.vb: Public Overrides Sub OnReceived() overridden: TinyLife.World.Mail.OnReceived overload: TinyLife.World.BillsMail.OnReceived* references: - uid: TinyLife.World.Mail commentId: T:TinyLife.World.Mail parent: TinyLife.World name: Mail nameWithType: Mail fullName: TinyLife.World.Mail - uid: TinyLife.World.Household commentId: T:TinyLife.World.Household parent: TinyLife.World name: Household nameWithType: Household fullName: TinyLife.World.Household - uid: TinyLife.World commentId: N:TinyLife.World name: TinyLife.World nameWithType: TinyLife.World fullName: TinyLife.World spec.csharp: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.World name: World spec.vb: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.World name: World - 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: MLEM.Data.Json.JsonTypeSafeGenericDataHolder commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder parent: MLEM.Data.Json isExternal: true name: JsonTypeSafeGenericDataHolder nameWithType: JsonTypeSafeGenericDataHolder fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder - uid: MLEM.Misc.IGenericDataHolder commentId: T:MLEM.Misc.IGenericDataHolder parent: MLEM.Misc isExternal: true name: IGenericDataHolder nameWithType: IGenericDataHolder fullName: MLEM.Misc.IGenericDataHolder - uid: TinyLife.World.Mail.Id commentId: F:TinyLife.World.Mail.Id parent: TinyLife.World.Mail name: Id nameWithType: Mail.Id fullName: TinyLife.World.Mail.Id - uid: TinyLife.World.Mail.SentTime commentId: F:TinyLife.World.Mail.SentTime parent: TinyLife.World.Mail name: SentTime nameWithType: Mail.SentTime fullName: TinyLife.World.Mail.SentTime - uid: TinyLife.World.Mail.Map commentId: P:TinyLife.World.Mail.Map parent: TinyLife.World.Mail name: Map nameWithType: Mail.Map fullName: TinyLife.World.Mail.Map - uid: TinyLife.World.Mail.GetReceivingLot commentId: M:TinyLife.World.Mail.GetReceivingLot parent: TinyLife.World.Mail name: GetReceivingLot() nameWithType: Mail.GetReceivingLot() fullName: TinyLife.World.Mail.GetReceivingLot() spec.csharp: - uid: TinyLife.World.Mail.GetReceivingLot name: GetReceivingLot - name: ( - name: ) spec.vb: - uid: TinyLife.World.Mail.GetReceivingLot name: GetReceivingLot - name: ( - name: ) - uid: TinyLife.World.Mail.GetReceivingMailbox commentId: M:TinyLife.World.Mail.GetReceivingMailbox parent: TinyLife.World.Mail name: GetReceivingMailbox() nameWithType: Mail.GetReceivingMailbox() fullName: TinyLife.World.Mail.GetReceivingMailbox() spec.csharp: - uid: TinyLife.World.Mail.GetReceivingMailbox name: GetReceivingMailbox - name: ( - name: ) spec.vb: - uid: TinyLife.World.Mail.GetReceivingMailbox name: GetReceivingMailbox - name: ( - name: ) - uid: TinyLife.World.Mail.Validate(TinyLife.World.Map) commentId: M:TinyLife.World.Mail.Validate(TinyLife.World.Map) parent: TinyLife.World.Mail name: Validate(Map) nameWithType: Mail.Validate(Map) fullName: TinyLife.World.Mail.Validate(TinyLife.World.Map) spec.csharp: - uid: TinyLife.World.Mail.Validate(TinyLife.World.Map) name: Validate - name: ( - uid: TinyLife.World.Map name: Map - name: ) spec.vb: - uid: TinyLife.World.Mail.Validate(TinyLife.World.Map) name: Validate - name: ( - uid: TinyLife.World.Map name: Map - name: ) - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: SetData(string, object) nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object) nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object) name.vb: SetData(String, Object) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) name: SetData isExternal: true - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) name: SetData isExternal: true - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder definition: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) href: https://learn.microsoft.com/dotnet/api/system.string name: SetData(string, T) nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, T) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, T) nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData isExternal: true - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData isExternal: true - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: GetData(string) nameWithType: JsonTypeSafeGenericDataHolder.GetData(string) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(string) nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(String) name.vb: GetData(Of T)(String) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) name: GetData isExternal: true - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) name: GetData isExternal: true - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder isExternal: true name: GetDataKeys() nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys() fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys() spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys name: GetDataKeys isExternal: true - name: ( - name: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys name: GetDataKeys isExternal: true - name: ( - name: ) - 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.World.BillsMail.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(BillsMail) nameWithType: Extensions.JsonCopy(BillsMail) fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.World.BillsMail) nameWithType.vb: Extensions.JsonCopy(Of BillsMail)(BillsMail) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.BillsMail)(TinyLife.World.BillsMail) name.vb: JsonCopy(Of BillsMail)(BillsMail) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.BillsMail) name: JsonCopy - name: < - uid: TinyLife.World.BillsMail name: BillsMail - name: '>' - name: ( - uid: TinyLife.World.BillsMail name: BillsMail - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.BillsMail) name: JsonCopy - name: ( - name: Of - name: " " - uid: TinyLife.World.BillsMail name: BillsMail - name: ) - name: ( - uid: TinyLife.World.BillsMail name: BillsMail - name: ) - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: MLEM.Data.Json commentId: N:MLEM.Data.Json isExternal: true name: MLEM.Data.Json nameWithType: MLEM.Data.Json fullName: MLEM.Data.Json spec.csharp: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Data name: Data isExternal: true - name: . - uid: MLEM.Data.Json name: Json isExternal: true spec.vb: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Data name: Data isExternal: true - name: . - uid: MLEM.Data.Json name: Json isExternal: true - uid: MLEM.Misc commentId: N:MLEM.Misc isExternal: true name: MLEM.Misc nameWithType: MLEM.Misc fullName: MLEM.Misc spec.csharp: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Misc name: Misc isExternal: true spec.vb: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Misc name: Misc isExternal: true - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: SetData(string, T) nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, T) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, T) nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData isExternal: true - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData isExternal: true - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - 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: System.Single commentId: T:System.Single parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single name: float nameWithType: float fullName: float nameWithType.vb: Single fullName.vb: Single name.vb: Single - uid: TinyLife.World.Map commentId: T:TinyLife.World.Map parent: TinyLife.World name: Map nameWithType: Map fullName: TinyLife.World.Map - uid: TinyLife.World.Lot.Id commentId: F:TinyLife.World.Lot.Id name: Id nameWithType: Lot.Id fullName: TinyLife.World.Lot.Id - uid: TinyLife.World.BillsMail.#ctor* commentId: Overload:TinyLife.World.BillsMail.#ctor name: BillsMail nameWithType: BillsMail.BillsMail fullName: TinyLife.World.BillsMail.BillsMail nameWithType.vb: BillsMail.New fullName.vb: TinyLife.World.BillsMail.New name.vb: New - uid: System.Guid commentId: T:System.Guid parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.guid name: Guid nameWithType: Guid fullName: System.Guid - uid: TinyLife.World.Mail.OnReceived commentId: M:TinyLife.World.Mail.OnReceived parent: TinyLife.World.Mail name: OnReceived() nameWithType: Mail.OnReceived() fullName: TinyLife.World.Mail.OnReceived() spec.csharp: - uid: TinyLife.World.Mail.OnReceived name: OnReceived - name: ( - name: ) spec.vb: - uid: TinyLife.World.Mail.OnReceived name: OnReceived - name: ( - name: ) - uid: TinyLife.World.BillsMail.OnReceived* commentId: Overload:TinyLife.World.BillsMail.OnReceived name: OnReceived nameWithType: BillsMail.OnReceived fullName: TinyLife.World.BillsMail.OnReceived