Click or drag to resize

CollectionT, TCollectionSingleOrDefault Method

Overload List
  NameDescription
Public methodSingleOrDefault
Gets the only value. Returns a default value if there are no values or more than one value in the collection.
Public methodSingleOrDefault(Function1T, Boolean)
Gets the only value that matches the specified predicate. Returns a default value if there are no values or more than one value in the collection.
Top
See Also