Click or drag to resize

MvKeyValueTableEmpty Property

Gets a value indicating if this table contains key-value mappings.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 6.5.0.0 (6.5.0.0)
Syntax
public virtual bool Empty { get; }

Property Value

Type: Boolean
true if this table contains no key-value mappings and false if it does.
See Also