Cast IEnumerable<IOLine> to IOList so that we can easy add and remove events from the list
Inheritance Hierarchy
Namespace:
Brainboxes.IO
Assembly:
Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntaxpublic static class ExtensionMethods
<ExtensionAttribute>
Public NotInheritable Class ExtensionMethods
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ExtensionMethods = class end
The ExtensionMethods type exposes the following members.
Methods
| Name | Description |
---|
  | AsIOList |
Convert IEnumerable<IOLine> to an IOList<IOLine>
|
Top
See Also