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;
        }