PERWAPI.Type.Type C# (CSharp) Method

Type() private method

private Type ( byte tyIx ) : System
tyIx byte
return System
        internal Type(byte tyIx)
        {
            typeIndex = tyIx;
        }