Share via


JsonReader(TextReader, ClientRuntimeContext) Constructor

Definition

public JsonReader (System.IO.TextReader reader, Microsoft.SharePoint.Client.ClientRuntimeContext runtimeContext);
new Microsoft.SharePoint.Client.JsonReader : System.IO.TextReader * Microsoft.SharePoint.Client.ClientRuntimeContext -> Microsoft.SharePoint.Client.JsonReader
Public Sub New (reader As TextReader, runtimeContext As ClientRuntimeContext)

Parameters

reader
TextReader
runtimeContext
ClientRuntimeContext

Applies to