Beispiel #1
0
 public bool IsEvaled(ElaValue obj)
 {
     return !obj.Is<ElaLazy>() || obj.As<ElaLazy>().Evaled;
 }
Beispiel #2
0
 public bool IsEvaled(ElaValue obj)
 {
     return(!obj.Is <ElaLazy>() || obj.As <ElaLazy>().Evaled);
 }