JsonValue.GetKeyValuePairEnumerator Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the key value pair enumerator for the JsonValue.

Namespace:  System.Json
Assembly:  System.Json (in System.Json.dll)

Syntax

'Declaration
Protected Overridable Function GetKeyValuePairEnumerator As IEnumerator(Of KeyValuePair(Of String, JsonValue))
protected virtual IEnumerator<KeyValuePair<string, JsonValue>> GetKeyValuePairEnumerator()
protected:
virtual IEnumerator<KeyValuePair<String^, JsonValue^>>^ GetKeyValuePairEnumerator()
abstract GetKeyValuePairEnumerator : unit -> IEnumerator<KeyValuePair<string, JsonValue>> 
override GetKeyValuePairEnumerator : unit -> IEnumerator<KeyValuePair<string, JsonValue>> 
protected function GetKeyValuePairEnumerator() : IEnumerator<KeyValuePair<String, JsonValue>>

Return Value

Type: System.Collections.Generic.IEnumerator<KeyValuePair<String, JsonValue>>
The key value pair enumerator for the JsonValue.

.NET Framework Security

See Also

Reference

JsonValue Class

System.Json Namespace