| 1945 | } |
| 1946 | |
| 1947 | int32 MMethod::GetParametersCount() const |
| 1948 | { |
| 1949 | MonoMethodSignature* sig = mono_method_signature(_monoMethod); |
| 1950 | return (int32)mono_signature_get_param_count(sig); |
| 1951 | } |
| 1952 | |
| 1953 | MType* MMethod::GetParameterType(int32 paramIdx) const |
| 1954 | { |
no outgoing calls
no test coverage detected