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