System.Reflection.MonoCMethod.GetMethodBody C# (CSharp) Метод

GetMethodBody() публичный Метод

public GetMethodBody ( ) : MethodBody
Результат MethodBody
		public override MethodBody GetMethodBody () {
			return GetMethodBody (mhandle);
		}
#endif