Struct MegaClilocProperty
Represents struct.
public record struct MegaClilocProperty : IEquatable<MegaClilocProperty>
- Implements
- Inherited Members
Constructors
MegaClilocProperty(uint, string?)
Represents struct.
public MegaClilocProperty(uint ClilocId, string? Text)
Parameters
Properties
ClilocId
public uint ClilocId { readonly get; set; }
Property Value
Text
public string? Text { readonly get; set; }