Boo.Lang.Compiler.TypeSystem.ExternalConstructedTypeInfo.ExternalConstructedTypeInfo C# (CSharp) Method

ExternalConstructedTypeInfo() public method

public ExternalConstructedTypeInfo ( TypeSystemServices tss, ExternalType type ) : System
tss TypeSystemServices
type ExternalType
return System
        public ExternalConstructedTypeInfo(TypeSystemServices tss, ExternalType type)
        {
            _type = type;
            _tss = tss;
        }