Search Results for

    Show / Hide Table of Contents

    Interface IDefaultExpression

    Interface for default(T) expression

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

    Properties

    Type

    The type

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