Search Results for

    Show / Hide Table of Contents

    Struct EnvironmentProcessClient.ObjectResponseResult<T>

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    protected struct ObjectResponseResult<T>
    Type Parameters
    T

    Constructors

    ObjectResponseResult(T, String)

    Declaration
    public ObjectResponseResult(T responseObject, string responseText)
    Parameters
    T responseObject

    System.String responseText

    Properties

    Object

    Declaration
    public readonly T Object { get; }
    Property Value
    T

    Text

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

    Back to top Generated by DocFX