Boo.Lang.Compiler.TypeSystem.ExternalType.ExternalType C# (CSharp) 메소드

ExternalType() 개인적인 메소드

private ExternalType ( TypeSystemServices tss, Type type ) : System
tss TypeSystemServices
type System.Type
리턴 System
        internal ExternalType(TypeSystemServices tss, Type type)
        {
            if (null == type) throw new ArgumentException("type");
            _typeSystemServices = tss;
            _type = type;
        }