Single extension.
Inheritance Hierarchy SystemObject
MoreLinq.ExtensionsSingleExtension
Namespace:
MoreLinq.Extensions
Assembly:
MoreLinq (in MoreLinq.dll) Version: 3.3.1+b77df70598ab84c28cd43dcf74594024b6d575e1
Syntax public static class SingleExtension
<ExtensionAttribute>
Public NotInheritable Class SingleExtension
[ExtensionAttribute]
public ref class SingleExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type SingleExtension = class end
The SingleExtension type exposes the following members.
Methods
| Name | Description |
---|
| SingleT |
Returns the only element of a sequence, and throws an exception if
there is not exactly one element in the sequence.
|
TopSee Also