Search Results for

    Show / Hide Table of Contents

    Struct SchemaTransferClient.ObjectResponseResult<T>

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    protected struct SchemaTransferClient.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

    Text

    Declaration
    public readonly string Text { get; }
    Property Value
    string

    Back to top Generated by DocFX