Click or drag to resize

SingleExtension Class

Single extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsSingleExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.1.0+ce7250fcae16725db4e3607598b1d4d8cb19957f
Syntax
public static class SingleExtension

The SingleExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSingleT
Returns the only element of a sequence, and throws an exception if there is not exactly one element in the sequence.
Top
See Also