Consume extension.
Inheritance Hierarchy SystemObject
MoreLinq.ExtensionsConsumeExtension
Namespace:
MoreLinq.Extensions
Assembly:
MoreLinq (in MoreLinq.dll) Version: 3.3.1+b77df70598ab84c28cd43dcf74594024b6d575e1
Syntax public static class ConsumeExtension
<ExtensionAttribute>
Public NotInheritable Class ConsumeExtension
[ExtensionAttribute]
public ref class ConsumeExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ConsumeExtension = class end
The ConsumeExtension type exposes the following members.
Methods
| Name | Description |
---|
| ConsumeT |
Completely consumes the given sequence. This method uses immediate execution,
and doesn't store any data during execution.
|
TopSee Also