Returns the single item in a single-element list, or null
if the
list is empty.
Copyright © 2016 Mobilengine Corp. All rights reserved. version: 7.0.4.19927
Returns the single item in a single-element list, or null
if the
list is empty.
Remarks
The method throws a SingleOrDefault called on a list with X elements error at runtime if the list has more than one elements.