MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeType­FactoryMake­Pointer­Type
Open sandboxFocus

TypeFactory.MakePointerType Method

MakePointerType(IType)

Creates an array type from the current type.

Declaration
public static IPointerType MakePointerType(this IType pointedType)
Parameters
Type Name Description
IType pointedType
Returns
Type Description
IPointerType

An unsafe pointer type T* where T is the current type.