IEnumerable<IMember> SelectMembers( INode currentNode, IEnumerable<IMember> selectedMembers, MemberSelectionContext context )
Parameters
- currentNode
- The node within the graph from which to select members.
- selectedMembers
- A collection of members that was pre-populated by other selection rules. Can be empty.
- context
- Provides auxiliary information such as the configuration and such.
Return Value
The collection of members after applying this rule. Can contain less or more than was passed in.