Search Results for

    Show / Hide Table of Contents

    Class ConversionOptions

    Inheritance
    Object
    ConversionOptions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.ML.Probabilistic.Compiler.Reflection
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public class ConversionOptions

    Fields

    AllConversions

    Declaration
    public static ConversionOptions AllConversions
    Field Value
    Type Description
    ConversionOptions

    AllowExplicitConversions

    Declaration
    public bool AllowExplicitConversions
    Field Value
    Type Description
    Boolean

    AllowImplicitConversions

    Declaration
    public bool AllowImplicitConversions
    Field Value
    Type Description
    Boolean

    IsImplicitConversion

    Declaration
    public Func<Type, Type, int, bool> IsImplicitConversion
    Field Value
    Type Description
    Func<Type, Type, Int32, Boolean>

    NoConversions

    Declaration
    public static ConversionOptions NoConversions
    Field Value
    Type Description
    ConversionOptions

    Methods

    TryGetConversion(Type, Type, Int32, out Conversion)

    Declaration
    public bool TryGetConversion(Type fromType, Type toType, int position, out Conversion conv)
    Parameters
    Type Name Description
    Type fromType
    Type toType
    Int32 position
    Conversion conv
    Returns
    Type Description
    Boolean
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.