예제 #1
0
 public ElaValue AsBool(ElaValue val)
 {
     return(new ElaValue(val.GetBool()));
 }