C# Класс ILGPU.IR.Types.IRTypeContextExtensions

Extension methods for IIRTypeContext instances.
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateEmptyStructureType ( typeContext ) : ILGPU.IR.Types.TypeNode

Creates an empty structure type.

CreateStructureType ( typeContext ) : StructureType.Builder

Creates a new structure type builder with an initial capacity.

Описание методов

CreateEmptyStructureType() публичный статический Метод

Creates an empty structure type.
public static CreateEmptyStructureType ( typeContext ) : ILGPU.IR.Types.TypeNode
typeContext The type context.
Результат ILGPU.IR.Types.TypeNode

CreateStructureType() публичный статический Метод

Creates a new structure type builder with an initial capacity.
public static CreateStructureType ( typeContext ) : StructureType.Builder
typeContext The type context.
Результат StructureType.Builder