Boo.Lang.Compiler.Steps.EmitAssembly.PushBool C# (CSharp) Method

PushBool() private method

private PushBool ( ) : void
return void
        void PushBool()
        {
            PushType(TypeSystemServices.BoolType);
        }
EmitAssembly