You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Description clearly states that the method .remove() removes certain elements from a collection and returns the revised collection. Please take a look at the following image #1.
However, the wording of the return value in the Parameter table must be corrected.
Class: Collection
Link: https://doc4d.github.io/docs/20-R5/API/CollectionClass
Method:
.remove()
Link: https://doc4d.github.io/docs/20-R5/API/CollectionClass#remove
The Description clearly states that the method
.remove()
removes certain elements from a collection and returns the revised collection. Please take a look at the following image #1.However, the wording of the return value in the Parameter table must be corrected.
Please take a look at the following image #2.
To reiterate, the modified collection is returned, not the original collection before modifying, when using the
.remove ()
collection method.Perhaps the return value description below should read as:
The text was updated successfully, but these errors were encountered: