次の方法で共有


HairColorType 列挙型

定義

HairColorType の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum HairColorType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type HairColorType = 
Public Enum HairColorType
継承
HairColorType
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

Black 6
Blond 3
Brown 4
Gray 2
Other 7
Red 5
Unknown 0
White 1

適用対象