Boo.Lang.Compiler.Steps.EmitAssembly.PushType C# (CSharp) 메소드

PushType() 개인적인 메소드

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