System.Reflection.MonoCMethod.GetMethodBody C# (CSharp) Method

GetMethodBody() public method

public GetMethodBody ( ) : MethodBody
return MethodBody
		public override MethodBody GetMethodBody () {
			return GetMethodBody (mhandle);
		}
#endif