Interface IArrayCreateExpression
Array creation expression
Inherited Members
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 |