Search Results for

    Show / Hide Table of Contents

    Class TransformInfo

    Class which maintains the transformation state of a code element

    Inheritance
    Object
    TransformInfo
    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 TransformInfo

    Constructors

    TransformInfo(Object)

    Declaration
    public TransformInfo(object inputElement)
    Parameters
    Type Name Description
    Object inputElement

    Fields

    inputElement

    Declaration
    public object inputElement
    Field Value
    Type Description
    Object

    primaryOutput

    Used by child statements to access the output of a container. The full set of outputs is stored in a TransformOutput object on the OutputStack.

    Declaration
    protected object primaryOutput
    Field Value
    Type Description
    Object

    Properties

    PrimaryOutput

    Declaration
    public object PrimaryOutput { get; set; }
    Property Value
    Type Description
    Object

    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.