Class JsObject.JsObjectEnumerator
Inheritance
JsObject.JsObjectEnumerator
Namespace: pxr
Syntax
public sealed class JsObjectEnumerator : IEnumerator<KeyValuePair<string, JsValue>>, IDisposable, IEnumerator
Constructors
JsObjectEnumerator(JsObject)
Declaration
public JsObjectEnumerator(JsObject collection)
Parameters
Type |
Name |
Description |
JsObject |
collection |
|
Properties
Current
Declaration
public KeyValuePair<string, JsValue> Current { get; }
Property Value
Implements
Methods
Dispose()
Declaration
Implements
MoveNext()
Declaration
Returns
Implements
Reset()
Declaration
Implements
Explicit Interface Implementations
IEnumerator.Current
Declaration
object IEnumerator.Current { get; }
Returns
Implements