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

PopType() 개인적인 메소드

private PopType ( ) : IType
리턴 IType
        IType PopType()
        {
            return _types.Pop();
        }
EmitAssembly