Search Results for

    Show / Hide Table of Contents

    Interface IOptionalModifier

    Optional modifier

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

    Properties

    ElementType

    Element type

    Declaration
    IType ElementType { get; set; }
    Property Value
    Type Description
    IType

    Modifier

    Modifier type reference

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