XPQueryExtensions.LastOrDefaultAsync Method
Name | Parameters | Description |
---|---|---|
Last |
query, predicate, cancellation |
Asynchronously gets the last object that meets specified requirements in a selection. If the selection is empty, returns a default value for <T>. |
Last |
query, cancellation |
Asynchronously gets the last object in a selection. If the selection is empty, returns a default value for <T>. |