Search Results for

    Show / Hide Table of Contents

    Class TransformOutput

    Holds the output elements of a transformed code element.

    Inheritance
    Object
    TransformOutput
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Microsoft.ML.Probabilistic.Compiler
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public class TransformOutput

    Fields

    outputElements

    Declaration
    public List<object> outputElements
    Field Value
    Type Description
    List<Object>

    outputsOfChildren

    Declaration
    public List<TransformOutput> outputsOfChildren
    Field Value
    Type Description
    List<TransformOutput>

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.