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

ExternalConstructedTypeInfo() 공개 메소드

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