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

ExternalType() 공개 메소드

public ExternalType ( IReflectionTypeSystemProvider tss, Type type ) : System
tss IReflectionTypeSystemProvider
type System.Type
리턴 System
        public ExternalType(IReflectionTypeSystemProvider tss, Type type)
        {
            if (null == type) throw new ArgumentException("type");
            _provider = tss;
            _type = type;
        }