Struct OutputFormatClient.ObjectResponseResult<T>
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
protected struct OutputFormatClient.ObjectResponseResult<T>
Type Parameters
| T |
Constructors
ObjectResponseResult(T, string)
Declaration
public ObjectResponseResult(T responseObject, string responseText)
Parameters
| T responseObject |
| string responseText |
Properties
Object
Declaration
public readonly T Object { get; }
Property Value
| T |