Search Results for

    Show / Hide Table of Contents

    Interface IVariableDeclaration

    Variable declaration

    Inherited Members
    IVariableReference.Variable
    IVariableReference.Resolve()
    Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public interface IVariableDeclaration : IVariableReference

    Properties

    Identifier

    Declaration
    int Identifier { get; set; }
    Property Value
    Type Description
    Int32

    Name

    Variable name

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    String

    VariableType

    Variable type

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