PERWAPI.ConstructedTypeSpec.ConstructedTypeSpec C# (CSharp) Method

ConstructedTypeSpec() public method

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