PERWAPI.TypeSpec.TypeSpec C# (CSharp) Method

TypeSpec() private method

private TypeSpec ( byte typeIx ) : System
typeIx byte
return System
        internal TypeSpec(byte typeIx)
            : base(typeIx)
        {
            tabIx = MDTable.TypeSpec;
        }