Search Results for

    Show / Hide Table of Contents

    Interface IGenericParameter

    A generic parameter

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

    Properties

    Constraints

    A set of type constraints for the generic parameter

    Declaration
    IList<IType> Constraints { get; }
    Property Value
    Type Description
    IList<IType>

    Name

    The name of the generic parameter

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