Interface IPointerType
Pointer type
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IPointerType : IType, IComparable, IDotNetType
Properties
ElementType
Element type for pointer type
Declaration
IType ElementType { get; set; }
Property Value
Type | Description |
---|---|
IType |