V8FastHostObjectConfiguration<TObject>.EnumerateIndexedProperties Property |
Controls whether indexed properties are enumerable.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic abstract bool EnumerateIndexedProperties { get; set; }
Public MustOverride Property EnumerateIndexedProperties As Boolean
Get
Set
public:
virtual property bool EnumerateIndexedProperties {
bool get () abstract;
void set (bool value) abstract;
}
abstract EnumerateIndexedProperties : bool with get, set
Property Value
Boolean
See Also