次の方法で共有


StorageKind 列挙型

定義

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

フィールド

名前 説明
Sparse 0
Fixed 1
Variable 2

適用対象