예제 #1
0
 static public ILValue GetILExplicitCast(this ILValue item, Type destination_type)
 {
     return(item.GetILCast(destination_type, ILCast.NewExplicitCast));
 }