SingleExtension Class
Single extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 4.4.0+6d97c3b1d482f98300f4446df14742b0e3fafbec
public static class SingleExtension
<ExtensionAttribute>
Public NotInheritable Class SingleExtension
[ExtensionAttribute]
public ref class SingleExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type SingleExtension = class end
- Inheritance
- Object    SingleExtension
 | SingleT | Returns the only element of a sequence, and throws an exception if
            there is not exactly one element in the sequence. |