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.DogeAPI
Assembly: VEDriversLite.dll
Syntax
protected struct ObjectResponseResult<T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Improve this Doc View SourceObjectResponseResult(T, String)
Declaration
public ObjectResponseResult(T responseObject, string responseText)
Parameters
Type | Name | Description |
---|---|---|
T | responseObject | |
System.String | responseText |
Properties
| Improve this Doc View SourceObject
Declaration
public readonly T Object { get; }
Property Value
Type | Description |
---|---|
T |
Text
Declaration
public readonly string Text { get; }
Property Value
Type | Description |
---|---|
System.String |