Search Results for

    Show / Hide Table of Contents

    Class GivePriorityTo

    Attached to Variable or MethodInvoke to give priority in the operator search path

    Inheritance
    Object
    GivePriorityTo
    Implements
    ICompilerAttribute
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Microsoft.ML.Probabilistic.Models.Attributes
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public class GivePriorityTo : ICompilerAttribute

    Constructors

    GivePriorityTo(Object)

    Declaration
    public GivePriorityTo(object container)
    Parameters
    Type Name Description
    Object container

    Fields

    Container

    Declaration
    public object Container
    Field Value
    Type Description
    Object

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Implements

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