Search Results for

    Show / Hide Table of Contents

    Interface IArrayCreateExpression

    Array creation expression

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

    Properties

    Dimensions

    Dimensions of array

    Declaration
    IList<IExpression> Dimensions { get; }
    Property Value
    Type Description
    IList<IExpression>

    Initializer

    Initializer expression

    Declaration
    IBlockExpression Initializer { get; set; }
    Property Value
    Type Description
    IBlockExpression

    Type

    Element type

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