ClientArrayResult<T> Class

Definition

public class ClientArrayResult<T> : Microsoft.SharePoint.Client.IFromJson
type ClientArrayResult<'T> = class
    interface IFromJson
Public Class ClientArrayResult(Of T)
Implements IFromJson

Type Parameters

T
Inheritance
ClientArrayResult<T>
Implements

Constructors

ClientArrayResult<T>()

Properties

Value

Explicit Interface Implementations

IFromJson.CustomFromJson(JsonReader)
IFromJson.FromJson(JsonReader)

Applies to