ModelProperty.IsDictionary 属性
定义
确定属性中包含的值是否为 ModelItemDictionary。Determines whether the value contained in the property is a ModelItemDictionary.
public:
abstract property bool IsDictionary { bool get(); };
public abstract bool IsDictionary { get; }
member this.IsDictionary : bool
Public MustOverride ReadOnly Property IsDictionary As Boolean
属性值
如果属性中包含的值为 ModelItemDictionary,则为 true;否则为 false。true if the value contained in the property is a ModelItemDictionary; otherwise, false.