Table of Contents

Class IRTypeExtensions

Namespace
AiDotNet.JitCompiler.IR
Assembly
AiDotNet.dll

Helper methods for IRType.

public static class IRTypeExtensions
Inheritance
IRTypeExtensions
Inherited Members

Methods

FromSystemType(Type)

Gets the IRType for a given System.Type.

public static IRType FromSystemType(Type type)

Parameters

type Type

Returns

IRType

ToSystemType(IRType)

Gets the System.Type for a given IRType.

public static Type ToSystemType(this IRType irType)

Parameters

irType IRType

Returns

Type