次の方法で共有


AllowEmptyKind 列挙型

定義

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter), new System.Object[] { Mono.Cecil.CustomAttributeArgument })]
[System.Flags]
public enum AllowEmptyKind
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter), new System.Object[] { Mono.Cecil.CustomAttributeArgument })>]
[<System.Flags>]
type AllowEmptyKind = 
Public Enum AllowEmptyKind
継承
AllowEmptyKind
属性
Newtonsoft.Json.JsonConverterAttribute FlagsAttribute

フィールド

Both 3
EmptyAsNull 1
None 0
NullAsEmpty 2

適用対象