Search Results for

    Show / Hide Table of Contents

    Interface HasRange

    Indicates that a StatementBlock has an associated range that it loops over.

    Namespace: Microsoft.ML.Probabilistic.Models
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public interface HasRange

    Properties

    Range

    The Range being looped over.

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