PERWAPI.NativeType.NativeType C# (CSharp) Method

NativeType() private method

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