Method SelectMemberNames
- Namespace
- Bonsai
- Assembly
- Bonsai.Core.dll
SelectMemberNames(string)
Extracts the set of member accessor paths from a composite selector string.
public static IEnumerable<string> SelectMemberNames(string selector)
Parameters
selector
stringThe comma-separated selector string used to extract multiple members.
Returns
- IEnumerable<string>
An enumerator of the set of member accessor paths extracted from the composite selector string.