Class ExtensionMethods
Cast IEnumerable<IOLine> to IOList so that we can easy add and remove events from the list
Assembly: Brainboxes.IO.dll
View Source
Declaration
public static class ExtensionMethods
Methods
AsIOList(IEnumerable<IOLine>)
Convert IEnumerable<IOLine> to an IOList<IOLine>
View Source
Declaration
public static IOList<IOLine> AsIOList(this IEnumerable<IOLine> lineList)
Returns
Parameters
| Type | Name |
|---|---|
System.Collections.Generic.IEnumerable<Brainboxes.IO.IOLine> | lineList |