Interface IFieldReference
Field reference
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IFieldReference : IMemberReference, IComparable
Properties
FieldType
Field type
Declaration
IType FieldType { get; set; }
Property Value
Type | Description |
---|---|
IType |
GenericField
Generic field reference
Declaration
IFieldReference GenericField { get; set; }
Property Value
Type | Description |
---|---|
IFieldReference |
Methods
Resolve()
Resolve to a field declaration
Declaration
IFieldDeclaration Resolve()
Returns
Type | Description |
---|---|
IFieldDeclaration |