public sealed class FieldPublic NotInheritable Class Field[<SealedAttribute>]
type Field = class end| Field | 字段 |
| Info | 获取字段信息。 |
| Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
| GetFields | 从类型的字段获取字段。 |
| GetHashCode | Serves as the default hash function. (继承自 Object。) |
| GetType | Gets the Type of the current instance. (继承自 Object。) |
| GetValue | 获取字段的值。 |
| SetValue | 设置字段的值。 |
| ToString | Returns a string that represents the current object. (继承自 Object。) |
| ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |