Search Results for

    Show / Hide Table of Contents

    Interface IPropertyDeclaration

    Property declaration

    Inherited Members
    ICustomAttributeProvider.Attributes
    IDocumentationProvider.Documentation
    IPropertyReference.GenericProperty
    IPropertyReference.Parameters
    IPropertyReference.PropertyType
    IPropertyReference.Resolve()
    IMemberReference.DeclaringType
    IMemberReference.Name
    IComparable.CompareTo(Object)
    Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public interface IPropertyDeclaration : IMemberDeclaration, ICustomAttributeProvider, IDocumentationProvider, IPropertyReference, IMemberReference, IComparable

    Properties

    GetMethod

    Get method reference

    Declaration
    IMethodReference GetMethod { get; set; }
    Property Value
    Type Description
    IMethodReference

    Initializer

    Initializer expression

    Declaration
    IExpression Initializer { get; set; }
    Property Value
    Type Description
    IExpression

    SetMethod

    Set method reference

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