System.Reflection.MonoCMethod.GetMethodBody C# (CSharp) 메소드

GetMethodBody() 공개 메소드

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