Skip to main content

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

Brainboxes.IO.IOList<T>

Parameters
TypeName
System.Collections.Generic.IEnumerable<Brainboxes.IO.IOLine>lineList