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 |