Click or drag to resize

CollectionT, TCollectionFirstOrDefault Method

Overload List
  NameDescription
Public methodFirstOrDefault
Gets the first value. Returns a default value if there are no values in the collection.
Public methodFirstOrDefault(Function1T, Boolean)
Gets the first value that matches the specified predicate. Returns a default value if there are no such values in the collection.
Top
See Also