System.Reflection.MonoCMethod.GetMethodBody C# (CSharp) Méthode

GetMethodBody() public méthode

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