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