Search Results for

    Show / Hide Table of Contents

    Interface CanGetContainers

    Interface for getting list of containers

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

    Methods

    GetContainers<T>()

    Get list of containers for a variable

    Declaration
    List<T> GetContainers<T>()
    Returns
    Type Description
    List<T>
    Type Parameters
    Name Description
    T

    Type of variable

    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.