static public ILValue GetILIsNotNull(this ILValue item) { return(item.GetILNotEqualTo(ILNull.INSTANCE)); }