IRType {SMRUCC.Rsharp.Runtime.Interop} | .NET clr documentation |
the common model of the .NET clr type and R# runtime type
# namespace SMRUCC.Rsharp.Runtime.Interop
export class IRType {
# the class name for display and inspect
className: string;
mode: TypeCodes;
raw: Type;
}