Search Results for

    Show / Hide Table of Contents

    Interface ICastExpression

    Cast expression

    Inherited Members
    IExpression.GetExpressionType()
    Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public interface ICastExpression : IExpression

    Properties

    Expression

    The expression

    Declaration
    IExpression Expression { get; set; }
    Property Value
    Type Description
    IExpression

    TargetType

    The target type for the cast

    Declaration
    IType TargetType { get; set; }
    Property Value
    Type Description
    IType
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.