UintVector_Remove() private méthode

private UintVector_Remove ( HandleRef jarg1, uint jarg2 ) : bool
jarg1 HandleRef
jarg2 uint
Résultat bool
    public bool Remove(uint value)
    {
        bool ret = AssimpPINVOKE.UintVector_Remove(swigCPtr, value);

        return(ret);
    }