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

PeekTypeOnStack() private method

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