PERWAPI.ConstructedTypeSpec.ConstructedTypeSpec C# (CSharp) 메소드

ConstructedTypeSpec() 공개 메소드

public ConstructedTypeSpec ( TypeSpec tySpec ) : System
tySpec TypeSpec
리턴 System
        public ConstructedTypeSpec(TypeSpec tySpec)
            : base()
        {
            constrType = tySpec;
            this.typeIndex = constrType.GetTypeIndex();
        }