Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the many collection for the specified one value.
Syntax
public Set find(anytype _oneValueToFind)
Run On
Called
Parameters
- _oneValueToFind
Type: anytype
The one value to find.
Return Value
Type: Set Class
The many collection corresponding to the one value.
Remarks
An empty collection is returned if the one value is not found.