IEnumJSONObject Interface

JSON object enumerator.

Members

Name Description
Method Next Gets next item.
Method 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.