JsonReader.ReadDictionary Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ReadDictionary() | |
ReadDictionary<T>() |
ReadDictionary()
public System.Collections.Generic.Dictionary<string,object> ReadDictionary ();
member this.ReadDictionary : unit -> System.Collections.Generic.Dictionary<string, obj>
Public Function ReadDictionary () As Dictionary(Of String, Object)
Returns
Applies to
ReadDictionary<T>()
public System.Collections.Generic.Dictionary<string,T> ReadDictionary<T> ();
member this.ReadDictionary : unit -> System.Collections.Generic.Dictionary<string, 'T>
Public Function ReadDictionary(Of T) () As Dictionary(Of String, T)
Type Parameters
- T
Returns
Dictionary<String,T>