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

PushVoid() private method

private PushVoid ( ) : void
return void
        void PushVoid()
        {
            PushType(TypeSystemServices.VoidType);
        }
EmitAssembly