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

PushType() private method

private PushType ( IType type ) : void
type IType
return void
        void PushType(IType type)
        {
            _types.Push(type);
        }
EmitAssembly