Boo.Lang.Runtime.PromotionEmitter.EmitMethodBody C# (CSharp) Method

EmitMethodBody() protected method

protected EmitMethodBody ( ) : void
return void
        protected override void EmitMethodBody()
        {
            _il.Emit(OpCodes.Ldarg_0);
            MethodInfo promotion = EmitPromotion(_toType);
            EmitReturn(promotion.ReturnType);
        }