Method GetPointerTypeFor
GetPointerTypeFor(ITypeRef)
Get a type that is a pointer to a value of a given type
Declaration
public IPointerType GetPointerTypeFor(ITypeRef elementType)
Parameters
public IPointerType GetPointerTypeFor(ITypeRef elementType)
ITypeRef | elementType | Type of value the pointer points to |
Returns
IPointerType | IPointerType for a pointer that references a value of type |