Generated by DocFX

Struct JsonClient.ObjectResponseResult<T>

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VEDriversLite.NeblioAPI
Assembly: VEDriversLite.NeblioAPI.dll
Syntax
protected struct ObjectResponseResult<T>
Type Parameters
Name Description
T

Constructors

| Improve this Doc View Source

ObjectResponseResult(T, String)

Declaration
public ObjectResponseResult(T responseObject, string responseText)
Parameters
Type Name Description
T responseObject
System.String responseText

Properties

| Improve this Doc View Source

Object

Declaration
public readonly T Object { get; }
Property Value
Type Description
T
| Improve this Doc View Source

Text

Declaration
public readonly string Text { get; }
Property Value
Type Description
System.String