Name | Description | |
---|---|---|
CreateSelector | Overloaded. Creates a Function to evaluate a given property path on a given object. For the property path: MyProperty1.MyProperty2 it will return the following function: i => i.MyProperty1.MyProperty2 | |
GetPropertyPathValue | Gets the value resulting from applying the property path to the item. |