Interface IPropertyReference
Property reference
Inherited Members
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 |