ValueUnitPair 类
- 命名空间
- ClassIsland.Core.Models.Weather
- 程序集
- ClassIsland.Core.dll
public class ValueUnitPair
- 继承
-
ValueUnitPair
- 继承成员
属性
Unit
[JsonPropertyName("unit")]
public string Unit { get; set; }
属性值
Value
[JsonPropertyName("value")]
public string Value { get; set; }
属性值
方法
ToString()
Returns a string that represents the current object.
public override string ToString()
返回
- string
A string that represents the current object.