[]
Set the maximum number of items to parse. Since the data can be extremely large in some cases, we may want to parse a specific portion of it.
public void SetMaxItems(int maxItems)
Type | Name | Description |
---|---|---|
int | maxItems | Maximum number of items to be parsed. |