Search Results for

    Show / Hide Table of Contents

    Interface IGenericArgumentProvider

    Generic Argument Provider

    Inherited Members
    IComparable.CompareTo(Object)
    Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public interface IGenericArgumentProvider : IComparable

    Properties

    GenericArguments

    The provided type collection

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