• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Method GetEnumerator

GetEnumerator()

Returns and Enumerator that iterates through JSONObject attributes

Declaration
public IEnumerator<KeyValuePair<string, JsonValueBase>> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<System.String, JsonValueBase>>
Back to top Copyright © 2017 Alachisoft