Interface IPropertyDeclaration
Property declaration
Inherited Members
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 |