JSON object enumerator.
Members
Name | Description | |
---|---|---|
Next | Gets next item. | |
Reset | Resets the enumerator |
IEnumJSONObject.Next Method
Gets next item.
Public Function Next ( _
) As IJSONObject
public IJSONObject Next (
);
IEnumJSONObject.Reset Method
Resets the enumerator
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumJSONObject
Classes | Description |
---|