Interface IReferenceType
Reference type
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IReferenceType : IType, IComparable, IDotNetType
Properties
ElementType
The type referenced
Declaration
IType ElementType { get; set; }
Property Value
Type | Description |
---|---|
IType |