Search Results for

    Show / Hide Table of Contents

    Interface ILiteralExpression

    A literal expression

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

    Properties

    Value

    The value of the literal expression

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