Search Results for

    Show / Hide Table of Contents

    Interface ICodeTransform

    Code transform interface

    Namespace: Microsoft.ML.Probabilistic.Compiler
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public interface ICodeTransform

    Properties

    Context

    Context

    Declaration
    ICodeTransformContext Context { get; }
    Property Value
    Type Description
    ICodeTransformContext

    Name

    Name of the transform

    Declaration
    string Name { get; }
    Property Value
    Type Description
    String

    Methods

    Transform(ITypeDeclaration)

    Takes a type declaration and transforms it

    Declaration
    ITypeDeclaration Transform(ITypeDeclaration itd)
    Parameters
    Type Name Description
    ITypeDeclaration itd
    Returns
    Type Description
    ITypeDeclaration
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.