Method ConstPointerToNullFor
ConstPointerToNullFor(ITypeRef)
Create a constant NULL pointer for a given type
Declaration
public static Constant ConstPointerToNullFor(ITypeRef typeRef)
Parameters
public static Constant ConstPointerToNullFor(ITypeRef typeRef)
ITypeRef | typeRef | Type of pointer to create a null value for |
Returns
Constant | Constant NULL pointer of the specified type |