(RealStatePtr L,int index)
| 807 | } |
| 808 | |
| 809 | public object GetObject(RealStatePtr L,int index) |
| 810 | { |
| 811 | return (objectCasters.GetCaster(typeof(object))(L, index, null)); |
| 812 | } |
| 813 | |
| 814 | public Type GetTypeOf(RealStatePtr L, int idx) |
| 815 | { |
no test coverage detected