Boo.Lang.Compiler.Steps.EmitAssembly.PushVoid C# (CSharp) Méthode

PushVoid() private méthode

private PushVoid ( ) : void
Résultat void
        void PushVoid()
        {
            PushType(TypeSystemServices.VoidType);
        }
EmitAssembly