예제 #1
0
파일: InstanceOf.cs 프로젝트: reshadi2/mcjs
 public static bool Run(mdr.DObject i0, mdr.DObject i1)
 {
   return Run(i0, i1.ToDFunction());
 }