Search Results for

    Show / Hide Table of Contents

    Interface IPropertyReference

    Property reference

    Inherited Members
    IMemberReference.DeclaringType
    IMemberReference.Name
    IComparable.CompareTo(Object)
    Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public interface IPropertyReference : IMemberReference, IComparable

    Properties

    GenericProperty

    Generic property reference

    Declaration
    IPropertyReference GenericProperty { get; set; }
    Property Value
    Type Description
    IPropertyReference

    Parameters

    Parameter declarations

    Declaration
    IList<IParameterDeclaration> Parameters { get; }
    Property Value
    Type Description
    IList<IParameterDeclaration>

    PropertyType

    Property type

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

    Methods

    Resolve()

    Resolve the reference to a property declaration

    Declaration
    IPropertyDeclaration Resolve()
    Returns
    Type Description
    IPropertyDeclaration

    Property declaration

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