Click or drag to resize
IMethodCallT Methods

The IMethodCallT generic type exposes the following members.

Methods
  NameDescription
Public methodFirst
Returns the first item from the collection.
Public methodFirstOrDefault
Returns first item or default value if empty.
Public methodLast
Returns the last item from the collection.
Public methodLastOrDefault
Returns last item or default value if empty.
Public methodSingle
Returns a single item from the collection.
Public methodSingleOrDefault
Returns a single item or default value if empty.
Top
See Also