ES3Reader.Properties

public IEnumerable<string> Properties

Description

Can be used to iterates over properties in a reader.

Should be used in an ES3Type to ensure that the reader is positioned before the properties of an element.

Returns

An IEnumerable which can be used in a foreach loop.