示例#1
0
 public static IntPtr AsDOMPtr(this DObject o)
 {
     return(o.FirstInPrototypeChainAs <WrappedObject>().Domptr);
 }