Click or drag to resize

CollectionT, TCollectionFirst Method

Overload List
  NameDescription
Public methodFirst
Gets the first value. Throws an exception if there are no values in the collection.
Public methodFirst(Function1T, Boolean)
Gets the first value that matches the specified predicate. Throws an exception if there are no such values in the collection.
Top
See Also