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