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

PeekTypeOnStack() 개인적인 메소드

private PeekTypeOnStack ( ) : IType
리턴 IType
        IType PeekTypeOnStack()
        {
            return (_types.Count != 0) ? _types.Peek() : null;
        }
EmitAssembly