Search Results for

    Show / Hide Table of Contents

    Interface IGenericArgument

    Generic argument

    Inherited Members
    IComparable.CompareTo(Object)
    IDotNetType.DotNetType
    Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public interface IGenericArgument : IType, IComparable, IDotNetType

    Properties

    Owner

    The provider of types for the generic argument

    Declaration
    IGenericArgumentProvider Owner { get; set; }
    Property Value
    Type Description
    IGenericArgumentProvider

    Position

    The position of the generic argument

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

    Methods

    Resolve()

    Resolve the generic argument to a type

    Declaration
    IType Resolve()
    Returns
    Type Description
    IType
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.