JsonReader Constructor
Initializes a new instance of the JsonReader class with the specified TextReader object and the ClientRuntimeContext object. This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Sub New ( _
reader As TextReader, _
runtimeContext As ClientRuntimeContext _
)
'Usage
Dim reader As TextReader
Dim runtimeContext As ClientRuntimeContext
Dim instance As New JsonReader(reader, _
runtimeContext)
public JsonReader(
TextReader reader,
ClientRuntimeContext runtimeContext
)
Parameters
reader
Type: System.IO.TextReaderThe TextReader object represents a reader that can read a sequential series of characters.
runtimeContext
Type: Microsoft.SharePoint.Client.ClientRuntimeContextThe ClientRuntimeContext object that represents the current client context.